Interface IGLClassification
The system entity for gl classifications, which hold the IGLClassificationName category to use for a IGLAccount
See https://web.lemonedge.com/help/gl-classifications/ 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.GLClassification, "dbo.LT_GLClassifications", "GLClassification", LabelColumn = "Name", IsStandingDataEntity = true, HelpURL = "gl-classifications")]
[DefaultEntityIcon(ImageType.GLAccountType)]
public interface IGLClassification : IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ISetCopier
Properties
Description
A user friendly description of this classification.
Declaration
[EntityProperty(SQLType.NVarChar, (short)2000, true)]
[EntityDescription("A user friendly description of this classification.")]
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
[Key] The unique user friendly name for this GL Classification
Declaration
[EntityProperty(SQLType.NVarChar, (short)500, false)]
[EntityDescription("The unique name of this classification.")]
[Required]
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |