Class CurrencyAvailableTriggerData
Inheritance
CurrencyAvailableTriggerData
Assembly: cs.temp.dll.dll
Syntax
public class CurrencyAvailableTriggerData : TriggerData, ITriggerData, IEntityData, IData
Constructors
CurrencyAvailableTriggerData()
Declaration
public CurrencyAvailableTriggerData()
CurrencyAvailableTriggerData(String, String)
Declaration
public CurrencyAvailableTriggerData(string id, string currencyId)
Parameters
Fields
_currencyId
Declaration
protected string _currencyId
Field Value
Properties
CurrencyId
Declaration
public virtual string CurrencyId { get; }
Property Value
Methods
CreateEntity()
Declaration
public override IEntity CreateEntity()
Returns
Overrides
Implements
IData