Class BlendingTransactionNewValueAllocation
Inheritance
BlendingTransactionNewValueAllocation
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class BlendingTransactionNewValueAllocation : BaseEntity, IBlendingTransactionNewValueAllocation, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IBlendingTransactionNewValueAllocation>
Constructors
BlendingTransactionNewValueAllocation()
Declaration
public BlendingTransactionNewValueAllocation()
Properties
BlendingTranID
Declaration
[RequiredNoDefaultIDValidation]
public Guid BlendingTranID { get; set; }
Property Value
BlendingTranID_Label
Declaration
public string BlendingTranID_Label { get; set; }
Property Value
BlendingTranID_Label_Silent
Declaration
[NotMapped]
public string BlendingTranID_Label_Silent { get; set; }
Property Value
BlendingTransactionNewValueID
Declaration
[RequiredNoDefaultIDValidation]
public Guid BlendingTransactionNewValueID { get; set; }
Property Value
BlendingTransactionNewValueID_Label
Declaration
public string BlendingTransactionNewValueID_Label { get; set; }
Property Value
BlendingTransactionNewValueID_Label_Silent
Declaration
[NotMapped]
public string BlendingTransactionNewValueID_Label_Silent { get; set; }
Property Value
FromBlendingTranInstrumentValueID
[Key] Links to IBlendingTransactionInstrumentValue. The Blending Transaction Value that has previously been
calculated in the algorithm for each Target Instrument.
The total across all Target Instruments will allow the algorithm to assign proportionally the Transaction total
to each new Transaction on the Target Instrument.
Declaration
public Guid FromBlendingTranInstrumentValueID { get; set; }
Property Value
FromBlendingTranInstrumentValueID_Label
Declaration
public string FromBlendingTranInstrumentValueID_Label { get; set; }
Property Value
FromBlendingTranInstrumentValueID_Label_Silent
Declaration
[NotMapped]
public string FromBlendingTranInstrumentValueID_Label_Silent { get; set; }
Property Value
Operator
The operator to apply when combining Values together.
Declaration
[Required]
[EnumDataType(typeof(MathOperator))]
public MathOperator Operator { get; set; }
Property Value
Declaration
[NotMapped]
public string Operator_Tooltip { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IBlendingTransactionNewValueAllocation)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IBlendingTransactionNewValueAllocation source)
Parameters
Implements
Extension Methods