Show / Hide Table of Contents

Class RecurringTransferDefinition

Inheritance
System.Object
RecurringTransferDefinition
Implements
IController
IViewController
IHasUniversalID
IReferrerDependentValidity
ICustomValidity
IValidity
System.ComponentModel.INotifyPropertyChanged
IDescribable
Namespace: Eco.Gameplay.Economy.Jobs
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
Type Description
GameValue<System.Single>

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Currency

Declaration
public GameValue<Currency> Currency { get; set; }
Property Value
Type Description
GameValue<Currency>

IsSet

Declaration
public bool IsSet { get; }
Property Value
Type Description
System.Boolean

PaymentType

Declaration
public WageType PaymentType { get; set; }
Property Value
Type Description
WageType

Methods

Description()

Declaration
public LocString Description()
Returns
Type Description
LocString

Valid()

Declaration
public Result Valid()
Returns
Type Description
Result

Valid(Type, Type)

Declaration
public Result Valid(Type parentType, Type rootType)
Parameters
Type Name Description
System.Type parentType
System.Type rootType
Returns
Type Description
Result

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

IController
IViewController
IHasUniversalID
IReferrerDependentValidity
ICustomValidity
IValidity
System.ComponentModel.INotifyPropertyChanged
IDescribable

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾