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://web.lemonedge.com/help/company-structures/ for more information
Inherited Members
System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
[EntityDefinition(EntityID.EntitySet, "dbo.LT_EntitySets", "EntitySet", LabelColumn = "Name", IsStandingDataEntity = false)]
[DefaultEntityIcon(ImageType.CompanyGroup)]
public interface IEntitySet : IEntitySetBase, IBaseEntityWithPermissions, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties