Class InstrumentCapitalAccountDataSetting
Inheritance
InstrumentCapitalAccountDataSetting
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class InstrumentCapitalAccountDataSetting : BaseEntity, IInstrumentCapitalAccountDataSetting, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IInstrumentCapitalAccountDataSetting>
Constructors
InstrumentCapitalAccountDataSetting()
Declaration
public InstrumentCapitalAccountDataSetting()
Properties
CapitalAccountDataSplitOverride
Indicates the Rule used to allocate the Transaction Values through the Allocation Path can use either of these
Values: A amount, or B amount
Declaration
[EnumDataType(typeof(AllocationType))]
public AllocationType? CapitalAccountDataSplitOverride { get; set; }
Property Value
Declaration
[NotMapped]
public string CapitalAccountDataSplitOverride_Tooltip { get; set; }
Property Value
ExcludeFromCapitalAccountData
Indicates all Transactions against this Instrument should be excluded from Period End calculations
Declaration
public bool ExcludeFromCapitalAccountData { get; set; }
Property Value
InstrumentID
[Key] Links to IInstrument. The Instrument to modify the default behavior for when Transactions
against it are processed in a Period End calculation.
Declaration
[RequiredNoDefaultIDValidation]
public Guid InstrumentID { get; set; }
Property Value
InstrumentID_Label
Declaration
public string InstrumentID_Label { get; set; }
Property Value
InstrumentID_Label_Silent
Declaration
[NotMapped]
public string InstrumentID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IInstrumentCapitalAccountDataSetting)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IInstrumentCapitalAccountDataSetting source)
Parameters
Implements
Extension Methods