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://help.lemonedge.com/companies/ for more information
Inherited Members
Namespace: LemonEdge.API.Entities.FinancialServices.LegalEntity
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
[EntityDefinition(EntityID.ObjectEntity, "dbo.LT_ObjectEntities", "ObjectEntity", LabelColumn = "Name", IsStandingDataEntity = false)]
[DefaultEntityIcon(ImageType.Company)]
[EntityColor("LightBlue")]
public interface IObjectEntity : IObjectEntityBase, IBaseEntityWithPermissions, IHasFolderStructure, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties