Search Results for

    Show / Hide Table of Contents

    Class CompiledPath

    Inheritance
    object
    BaseEntity
    CompiledPath
    Implements
    ICompiledPath
    IBaseEntity
    IEquatable<IBaseEntity>
    INotifyPropertyChanged
    INotifyPropertyChanging
    ICloneableAsync
    ICanTrackProperties
    ICloneableAsync<ICompiledPath>
    Inherited Members
    BaseEntity.HISTORY_ENDROWUPDATE_COLNAME
    BaseEntity.HasTrackedPropertyChanged(string)
    BaseEntity.OriginalTrackedPropertyValue(string)
    BaseEntity.OriginalTrackedPropertyValue<T>(string)
    BaseEntity.ClearTrackedOriginalValues()
    BaseEntity.GetAllOriginalTrackedPropertyValues()
    BaseEntity.GetLabel(string)
    BaseEntity.SetLabel(string, string)
    BaseEntity.SetSilentLabel(string, string)
    BaseEntity.ResetChangedTrackedPropertiesToOriginalValues()
    BaseEntity.AddTrackedOriginalValue(string, object)
    BaseEntity.SnapshotProperties()
    BaseEntity.RestoreFromSnapshot(Dictionary<string, object>)
    BaseEntity.IsBasePropertyName(string)
    BaseEntity.IsBaseRelationshipID(string)
    BaseEntity.OnPropertyChanging(string)
    BaseEntity.OnPropertyChanged(string)
    BaseEntity.Equals(IBaseEntity)
    BaseEntity.GetHashCode()
    BaseEntity.Equals(object)
    BaseEntity.Clone(object)
    BaseEntity.CopyFromSource(object)
    BaseEntity.TrackChanges
    BaseEntity.ModifiedByUserID_Label
    BaseEntity.ModifiedByUserID_Label_Silent
    BaseEntity.CanvasID_Label
    BaseEntity.CanvasID_Label_Silent
    BaseEntity.AlgorithmStepID_Label
    BaseEntity.AlgorithmStepID_Label_Silent
    BaseEntity.SafeID_Label
    BaseEntity.SafeID_Label_Silent
    BaseEntity.AccountID
    BaseEntity.ID
    BaseEntity.LastUpdated
    BaseEntity.ModifiedByUserID
    BaseEntity.CanvasID
    BaseEntity.AlgorithmStepID
    BaseEntity.SafeID
    BaseEntity.PropertyChanged
    BaseEntity.PropertyChanging
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
    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
    public CompiledPath()

    Properties

    EffectiveDate

    The date this allocation within the compiled path is effective from

    Declaration
    [RequiredNoDefaultIDValidation]
    public DateTimeOffset EffectiveDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    FromEntityID

    [Key] Links to IObjectEntity. The original entity in the path this allocation is from

    Declaration
    [RequiredNoDefaultIDValidation]
    public Guid FromEntityID { get; set; }
    Property Value
    Type Description
    Guid

    FromEntityID_Label

    Declaration
    public string FromEntityID_Label { get; set; }
    Property Value
    Type Description
    string

    FromEntityID_Label_Silent

    Declaration
    [NotMapped]
    public string FromEntityID_Label_Silent { get; set; }
    Property Value
    Type Description
    string

    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
    Type Description
    bool

    Level

    The level this entity resides within the path

    Declaration
    [RequiredNoDefaultIDValidation]
    public short Level { get; set; }
    Property Value
    Type Description
    short

    PathID

    [Key] Links to IAllocationPath. The path this compilation belongs to

    Declaration
    [RequiredNoDefaultIDValidation]
    public Guid PathID { get; set; }
    Property Value
    Type Description
    Guid

    PathID_Label

    Declaration
    public string PathID_Label { get; set; }
    Property Value
    Type Description
    string

    PathID_Label_Silent

    Declaration
    [NotMapped]
    public string PathID_Label_Silent { get; set; }
    Property Value
    Type Description
    string

    PathSplitId

    The path split used to create this path segment

    Declaration
    public Guid? PathSplitId { get; set; }
    Property Value
    Type Description
    Guid?

    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
    Type Description
    decimal

    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
    Type Description
    decimal

    RootEntityID

    [Key] Links to IObjectEntity. The root entity this allocation passes through

    Declaration
    [RequiredNoDefaultIDValidation]
    public Guid RootEntityID { get; set; }
    Property Value
    Type Description
    Guid

    RootEntityID_Label

    Declaration
    public string RootEntityID_Label { get; set; }
    Property Value
    Type Description
    string

    RootEntityID_Label_Silent

    Declaration
    [NotMapped]
    public string RootEntityID_Label_Silent { get; set; }
    Property Value
    Type Description
    string

    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
    Type Description
    Guid

    RoundingToEntityID_Label

    Declaration
    public string RoundingToEntityID_Label { get; set; }
    Property Value
    Type Description
    string

    RoundingToEntityID_Label_Silent

    Declaration
    [NotMapped]
    public string RoundingToEntityID_Label_Silent { get; set; }
    Property Value
    Type Description
    string

    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
    Type Description
    Guid

    SourceEntityID_Label

    Declaration
    public string SourceEntityID_Label { get; set; }
    Property Value
    Type Description
    string

    SourceEntityID_Label_Silent

    Declaration
    [NotMapped]
    public string SourceEntityID_Label_Silent { get; set; }
    Property Value
    Type Description
    string

    StepChangeDate

    Indicates this allocation comes from an allocation amount created with a step change process

    Declaration
    public DateTimeOffset? StepChangeDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    Timing

    Indicates the time of day this allocation is effective from

    Declaration
    [RequiredNoDefaultIDValidation]
    [EnumDataType(typeof(AllocationTiming))]
    public AllocationTiming Timing { get; set; }
    Property Value
    Type Description
    AllocationTiming

    Timing_Tooltip

    Declaration
    [NotMapped]
    public string Timing_Tooltip { get; set; }
    Property Value
    Type Description
    string

    ToEntityID

    [Key] Links to IObjectEntity. The entity this amount is being allocated to

    Declaration
    [RequiredNoDefaultIDValidation]
    public Guid ToEntityID { get; set; }
    Property Value
    Type Description
    Guid

    ToEntityID_Label

    Declaration
    public string ToEntityID_Label { get; set; }
    Property Value
    Type Description
    string

    ToEntityID_Label_Silent

    Declaration
    [NotMapped]
    public string ToEntityID_Label_Silent { get; set; }
    Property Value
    Type Description
    string

    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
    Type Description
    Guid?

    TransferID_Label

    Declaration
    public string TransferID_Label { get; set; }
    Property Value
    Type Description
    string

    TransferID_Label_Silent

    Declaration
    [NotMapped]
    public string TransferID_Label_Silent { get; set; }
    Property Value
    Type Description
    string

    Methods

    CopyFromEntity(IBaseEntity)

    Declaration
    protected override void CopyFromEntity(IBaseEntity src)
    Parameters
    Type Name Description
    IBaseEntity src
    Overrides
    BaseEntity.CopyFromEntity(IBaseEntity)

    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

    ICompiledPath
    IBaseEntity
    IEquatable<T>
    INotifyPropertyChanged
    INotifyPropertyChanging
    ICloneableAsync
    ICanTrackProperties
    ICloneableAsync<T>

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.