Class CompiledPath
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class CompiledPath : BaseEntity, ICompiledPath, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<ICompiledPath>
Constructors
CompiledPath()
Declaration
Properties
EffectiveDate
The date this allocation within the compiled path is effective from
Declaration
[RequiredNoDefaultIDValidation]
public DateTimeOffset EffectiveDate { get; set; }
Property Value
FromEntityID
[Key] Links to IObjectEntity. The original entity in the path this allocation is from
Declaration
[RequiredNoDefaultIDValidation]
public Guid FromEntityID { get; set; }
Property Value
FromEntityID_Label
Declaration
public string FromEntityID_Label { get; set; }
Property Value
FromEntityID_Label_Silent
Declaration
[NotMapped]
public string FromEntityID_Label_Silent { get; set; }
Property Value
IncludeEntityInAllocation
Indicates this allocation of the compiled path is included because the from entity in the path has been marked as IncludeEntityInAllocation
Declaration
[RequiredNoDefaultIDValidation]
public bool IncludeEntityInAllocation { get; set; }
Property Value
Level
The level this entity resides within the path
Declaration
[RequiredNoDefaultIDValidation]
public short Level { get; set; }
Property Value
PathID
Declaration
[RequiredNoDefaultIDValidation]
public Guid PathID { get; set; }
Property Value
PathID_Label
Declaration
public string PathID_Label { get; set; }
Property Value
PathID_Label_Silent
Declaration
[NotMapped]
public string PathID_Label_Silent { get; set; }
Property Value
PathSplitId
The path split used to create this path segment
Declaration
public Guid? PathSplitId { get; set; }
Property Value
Pct
The percentage to be allocated of a transaction originating at 'source entity' for amount A through this path from 'from entity', to 'to entity', via the 'root entity'
Declaration
public decimal Pct { get; set; }
Property Value
PctB
The percentage to be allocated of a transaction originating at 'source entity' for amount B through this path from 'from entity', to 'to entity', via the 'root entity'
Declaration
public decimal PctB { get; set; }
Property Value
RootEntityID
[Key] Links to IObjectEntity. The root entity this allocation passes through
Declaration
[RequiredNoDefaultIDValidation]
public Guid RootEntityID { get; set; }
Property Value
RootEntityID_Label
Declaration
public string RootEntityID_Label { get; set; }
Property Value
RootEntityID_Label_Silent
Declaration
[NotMapped]
public string RootEntityID_Label_Silent { get; set; }
Property Value
RoundingToEntityID
[Key] Links to IObjectEntity. The to entity within this allocation path that should be used by the system to take any rounding difference.
Declaration
public Guid RoundingToEntityID { get; set; }
Property Value
RoundingToEntityID_Label
Declaration
public string RoundingToEntityID_Label { get; set; }
Property Value
RoundingToEntityID_Label_Silent
Declaration
[NotMapped]
public string RoundingToEntityID_Label_Silent { get; set; }
Property Value
SourceEntityID
[Key] Links to IObjectEntity. The entity this amount is being allocated from to the allocated entity
Declaration
[RequiredNoDefaultIDValidation]
public Guid SourceEntityID { get; set; }
Property Value
SourceEntityID_Label
Declaration
public string SourceEntityID_Label { get; set; }
Property Value
SourceEntityID_Label_Silent
Declaration
[NotMapped]
public string SourceEntityID_Label_Silent { get; set; }
Property Value
StepChangeDate
Indicates this allocation comes from an allocation amount created with a step change process
Declaration
public DateTimeOffset? StepChangeDate { get; set; }
Property Value
Timing
Indicates the time of day this allocation is effective from
Declaration
[RequiredNoDefaultIDValidation]
[EnumDataType(typeof(AllocationTiming))]
public AllocationTiming Timing { get; set; }
Property Value
Declaration
[NotMapped]
public string Timing_Tooltip { get; set; }
Property Value
ToEntityID
[Key] Links to IObjectEntity. The entity this amount is being allocated to
Declaration
[RequiredNoDefaultIDValidation]
public Guid ToEntityID { get; set; }
Property Value
ToEntityID_Label
Declaration
public string ToEntityID_Label { get; set; }
Property Value
ToEntityID_Label_Silent
Declaration
[NotMapped]
public string ToEntityID_Label_Silent { get; set; }
Property Value
TransferID
[Key] Links to ITransfer. The transfer record which automated the creation of this movement in the path
Declaration
public Guid? TransferID { get; set; }
Property Value
TransferID_Label
Declaration
public string TransferID_Label { get; set; }
Property Value
TransferID_Label_Silent
Declaration
[NotMapped]
public string TransferID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(ICompiledPath)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(ICompiledPath source)
Parameters
Type |
Name |
Description |
ICompiledPath |
source |
The source object to copy all values from.
|
Implements
Extension Methods