Class RecurringTransferDefinition
Inheritance
System.Object
RecurringTransferDefinition
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class RecurringTransferDefinition : Object, IController, IViewController, IHasUniversalID, IReferrerDependentValidity, ICustomValidity, IValidity, INotifyPropertyChanged, IDescribable
Constructors
RecurringTransferDefinition()
Declaration
public RecurringTransferDefinition()
Properties
AmountPerHour
Declaration
public GameValue<float> AmountPerHour { get; set; }
Property Value
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Currency
Declaration
public GameValue<Currency> Currency { get; set; }
Property Value
IsSet
Declaration
public bool IsSet { get; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentType
Declaration
public WageType PaymentType { get; set; }
Property Value
Methods
Description()
Declaration
public LocString Description()
Returns
Valid()
Declaration
Returns
Valid(Type, Type)
Declaration
public Result Valid(Type parentType, Type rootType)
Parameters
Type |
Name |
Description |
System.Type |
parentType |
|
System.Type |
rootType |
|
Returns
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods