Interface ICompanyStructure
The system entity for a Company Structure, which inherits from the base type IEntitySetBase
See https://help.lemonedge.com/help/financial-services-engine/entities/company-structures/intro.html for more information
Inherited Members
Namespace: LemonEdge.API.Entities.FinancialServices.LegalEntity
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
[EntityDefinition(EntityID.CompanyStructure, "dbo.LT_CompanyStructures", "CompanyStructure", LabelColumn = "Code", IsStandingDataEntity = false, HelpURL = "help/financial-services-engine/entities/company-structures/intro.html")]
[DefaultEntityIcon(ImageType.CompanyGroup)]
[EntityColor("LightGreen")]
public interface ICompanyStructure : IInheritingObject, IEntitySetBase, IBaseEntityWithPermissions, IHasFolderStructure, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
Code
[Key] The unique code for this Entity Set
Declaration
[EntityProperty(SQLType.NVarChar, 500, false)]
[EntityDescription("The unique code of this company structure.")]
[Required]
[Unique]
string Code { get; set; }
Property Value
Type | Description |
---|---|
string |