Search Results for

    Show / Hide Table of Contents

    Interface IStepChangeRebalance

    Inherited Members
    ITransactionalEntity.Status
    ITransactionalEntity.CancelledID
    ITransactionalEntity.CorrectedByID
    ICanBeLocked.Locked
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    [EntityDefinition(EntityID.StepChangeRebalance, "dbo.LT_StepChangeRebalances", "StepChangeRebalance")]
    [DefaultEntityIcon(ImageType.TransactionGL)]
    public interface IStepChangeRebalance : ITransactionalEntity, ICanBeLocked, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    FromGLAccountID

    [Key] Links to IGLAccount. The glaccount to be rebalanced

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.GLAccount, "ID", SingleJoinType.One, "From GL Account", "Step Change Rebalances")]
    [RequiredNoDefaultIDValidation]
    [EntityDescription("The gl account to rebalance to a new account.")]
    [EntityKeyProperty]
    Guid FromGLAccountID { get; set; }
    Property Value
    Type Description
    Guid

    FromSubAccountID

    [Key] Links to IGLAccount. The sub account to be rebalanced

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityRelationship(EntityID.GLAccount, "ID", SingleJoinType.ZeroToOne, "From Sub Account", "Step Change Rebalances")]
    [EntityDescription("The sub account to rebalance to a new account.")]
    [EntityKeyProperty]
    Guid? FromSubAccountID { get; set; }
    Property Value
    Type Description
    Guid?

    StepChangeID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.StepChanges, "ID", SingleJoinType.One, "Step Change", "Rebalances", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
    [RequiredNoDefaultIDValidation]
    [EntityDescription("The parent step change.")]
    [EntityKeyProperty]
    Guid StepChangeID { get; set; }
    Property Value
    Type Description
    Guid

    ToGLAccountID

    [Key] Links to IGLAccount. The glaccount to be rebalanced

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.GLAccount, "ID", SingleJoinType.One, "To GL Account", "Step Change Rebalances")]
    [RequiredNoDefaultIDValidation]
    [EntityDescription("The gl account to be rebalanced to.")]
    [EntityKeyProperty]
    Guid ToGLAccountID { get; set; }
    Property Value
    Type Description
    Guid

    ToSubAccountID

    [Key] Links to IGLAccount. The sub account to be rebalanced

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityRelationship(EntityID.GLAccount, "ID", SingleJoinType.ZeroToOne, "To Sub Account", "Step Change Rebalances")]
    [EntityDescription("The sub account to be rebalanced to.")]
    [EntityKeyProperty]
    Guid? ToSubAccountID { get; set; }
    Property Value
    Type Description
    Guid?

    Type

    The use of the type of gl account to be rebalanced

    Declaration
    [EntityProperty(SQLType.SmallInt, false)]
    [EntityDescription("The use of the type of gl account to be rebalanced.")]
    StepChangeRebalanceType Type { get; set; }
    Property Value
    Type Description
    StepChangeRebalanceType

    When

    Indicates when this gl entry should be rebalanced

    Declaration
    [EntityProperty(SQLType.SmallInt, false, "0")]
    [EntityDescription("Indicates when this gl entry should be rebalanced")]
    [EntityKeyProperty]
    TransactionExistingGLMatch When { get; set; }
    Property Value
    Type Description
    TransactionExistingGLMatch

    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.