Search Results for

    Show / Hide Table of Contents

    Interface IPeriodEndTransformationItemOffset

    Inherited Members
    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.Accounting
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    [EntityDefinition(EntityID.PeriodEndTransformationItemOffset, "dbo.LT_PeriodEndTransformationItemOffsets", "PeriodEndTransformationItemOffset", IsStandingDataEntity = false)]
    [DefaultEntityIcon(ImageType.FindAndReplace)]
    public interface IPeriodEndTransformationItemOffset : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    Modifier

    Declaration
    [HardCodedDefaultValueOnNew("1.0")]
    [EntityProperty(SQLType.Decimal, 31, 18, false)]
    [Required]
    [EntityDescription("The modified to apply to this amount to be offset.")]
    decimal Modifier { get; set; }
    Property Value
    Type Description
    decimal

    PeriodEndTransformationID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.PeriodEndTransformation, "ID", SingleJoinType.One, "Period End Transformation", "Transformation Offsets", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
    [RequiredNoDefaultIDValidation]
    Guid PeriodEndTransformationID { get; set; }
    Property Value
    Type Description
    Guid

    PeriodEndTransformationItemID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.PeriodEndTransformationItem, "ID", SingleJoinType.One, "Period End Transformation Item", "Transformation Offsets", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = false)]
    [RequiredNoDefaultIDValidation]
    Guid PeriodEndTransformationItemID { get; set; }
    Property Value
    Type Description
    Guid

    ToGLAccountID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [RequiredNoDefaultIDValidation]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.GLAccount, "ID", SingleJoinType.One, "To GL Account", "Transformations", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
    Guid ToGLAccountID { get; set; }
    Property Value
    Type Description
    Guid

    ToSubAccountID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.GLAccount, "ID", SingleJoinType.ZeroToOne, "To Sub Account", "Transformations", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
    Guid? ToSubAccountID { get; set; }
    Property Value
    Type Description
    Guid?

    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.