Class KnowledgeSharePayment
Inheritance
System.Object
KnowledgeSharePayment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class KnowledgeSharePayment : ThresholdPayment, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, ICustomValidity, IValidity, IHasWorkParty, IRootDescriber
Constructors
KnowledgeSharePayment()
Declaration
public KnowledgeSharePayment()
Properties
Description
Declaration
public override string Description { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RewardDesc
Declaration
public override string RewardDesc { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Skills
Declaration
public GamePickerList<Skill> Skills { get; set; }
Property Value
Methods
GainReward(Laborer, StringBuilder)
Declaration
protected override void GainReward(Laborer laborer, StringBuilder sb)
Parameters
Type |
Name |
Description |
Laborer |
laborer |
|
System.Text.StringBuilder |
sb |
|
Overrides
Posted(User)
Declaration
public override void Posted(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
Overrides
ShortDescription()
Declaration
public override string ShortDescription()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods