Search Results for

    Show / Hide Table of Contents

    Interface IPeriodEndAdjustment

    The system entity for a period end adjustment entity, which is a part of a period end that the user can add adjustments to

    See https://help.lemonedge.com/help/financial-services-engine/financial/period-ends/adjustments-view.html for more information

    Inherited Members
    ITransactionalEntity.Status
    ITransactionalEntity.CancelledID
    ITransactionalEntity.CorrectedByID
    ICanBeLocked.Locked
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.GetLabel(String)
    IBaseEntity.SetLabel(String, String)
    IBaseEntity.SetSilentLabel(String, String)
    System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    System.ComponentModel.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
    Assembly: API.dll
    Syntax
    [EntityDefinition(EntityID.PeriodEndAdjustment, "dbo.LT_PeriodEndAdjustments", "PeriodEndAdjustment", IsStandingDataEntity = false, LabelColumn = "Description")]
    [DefaultEntityIcon(ImageType.ScalesMoney)]
    public interface IPeriodEndAdjustment : ITransactionalEntity, ICanBeLocked, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    Description

    A description for this set of adjustments for the Period End

    Declaration
    [EntityProperty(SQLType.NVarChar, (short)200, true)]
    [EntityDescription("A short user friendly description of these period end adjustment.")]
    string Description { get; set; }
    Property Value
    Type Description
    System.String

    PeriodEndID

    [Key] Links to IPeriodEnd. The Period End these adjustments are being made against.

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.PeriodEnd, "ID", SingleJoinType.One, "IPeriodEnd", "Data Items", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
    Guid PeriodEndID { get; set; }
    Property Value
    Type Description
    System.Guid

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    IPeriodEnd
    ICapitalAccountDataItem
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.