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
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