Class LinkedInstrument
Inheritance
LinkedInstrument
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class LinkedInstrument : BaseEntity, ILinkedInstrument, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ILinkedInstrument>
Constructors
LinkedInstrument()
Declaration
public LinkedInstrument()
Properties
IncludeSourceTransactionsInTargetPeriodEndProcessing
Automatically include source transactions in target period end processing
Declaration
public bool IncludeSourceTransactionsInTargetPeriodEndProcessing { get; set; }
Property Value
Pct
The percentage to be allocated from the source instrument to the target instrument
Declaration
public decimal Pct { get; set; }
Property Value
SourceInstrumentID
The source instrument for this link
Declaration
public Guid SourceInstrumentID { get; set; }
Property Value
SourceInstrumentID_Label
Declaration
public string SourceInstrumentID_Label { get; set; }
Property Value
SourceInstrumentID_Label_Silent
Declaration
[NotMapped]
public string SourceInstrumentID_Label_Silent { get; set; }
Property Value
TargetInstrumentID
The target instrument for this link
Declaration
public Guid TargetInstrumentID { get; set; }
Property Value
TargetInstrumentID_Label
Declaration
public string TargetInstrumentID_Label { get; set; }
Property Value
TargetInstrumentID_Label_Silent
Declaration
[NotMapped]
public string TargetInstrumentID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ILinkedInstrument)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ILinkedInstrument source)
Parameters
Type |
Name |
Description |
ILinkedInstrument |
source |
The source object to copy all values from.
|
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods