Interface IObjectEntity
The system entity for a base object entity. This is the main entity that can be part of an IEntitySet, be an owning entity on a ITransaction, and be allocated to in IAllocationRule
See https://web.lemonedge.com/help/companies/ 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.ObjectEntity, "dbo.LT_ObjectEntities", "ObjectEntity", LabelColumn = "Name", IsStandingDataEntity = false)]
[DefaultEntityIcon(ImageType.Company)]
[EntityColor("LightBlue")]
public interface IObjectEntity : IObjectEntityBase, IBaseEntityWithPermissions, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties