Search Results for

    Show / Hide Table of Contents

    Interface IEntitySet

    The system entity for an entity set, which is the base class for ICompanyStructure and any other entity that encapsulates a set of IObjectEntity that can hold transactions and allocations

    See https://help.lemonedge.com/company-structures/ for more information

    Inherited Members
    IEntitySetBase.Name
    IEntitySetBase.CurrencyID
    IEntitySetBase.RoundingLevel
    IEntitySetBase.UnitRoundingDecimalPlaces
    IEntitySetBase.CSERoundingDecimalPlaces
    IEntitySetBase.YearEnd
    IEntitySetBase.ExchangeRateCategoryID
    IEntitySetBase.PeriodEndTransformationID
    IHasFolderStructure.FolderID
    IBaseObject.InheritingObjectTypeID
    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.LegalEntity
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    [EntityDefinition(EntityID.EntitySet, "dbo.LT_EntitySets", "EntitySet", LabelColumn = "Name", IsStandingDataEntity = false)]
    [DefaultEntityIcon(ImageType.CompanyGroup)]
    public interface IEntitySet : IEntitySetBase, IBaseEntityWithPermissions, IHasFolderStructure, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    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)

    See Also

    ICompany
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.