Interface ICompanyStructure
The system entity for a Company Structure, which inherits from the base type IEntitySetBase
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.CompanyStructure, "dbo.LT_CompanyStructures", "CompanyStructure", LabelColumn = "Code", IsStandingDataEntity = false, HelpURL = "company-structures")]
[DefaultEntityIcon(ImageType.CompanyGroup)]
[EntityColor("LightGreen")]
public interface ICompanyStructure : IInheritingObject, IEntitySetBase, IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
Code
[Key] The unique code for this Entity Set
Declaration
[EntityProperty(SQLType.NVarChar, (short)500, false)]
[EntityDescription("The unique code of this company structure.")]
[Required]
string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |