Interface IDocumentCategory
The system entity for a Document Category, which allows for classifying documents. Ensure your Entity inherits IHasDocumentCategory.
See https://help.lemonedge.com/documents/ for more information
Inherited Members
Namespace: LemonEdge.API.Entities.Workflow
Assembly: LemonEdge.API.dll
Syntax
[EntityDefinition(EntityID.DocumentCategory, "dbo.LT_DocumentCategories", "DocumentCategory", IsStandingDataEntity = true, LabelColumn = "Name")]
[EntityDescription("The category of a document.")]
[DefaultEntityIcon(ImageType.FolderWithDocument)]
public interface IDocumentCategory : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
Name
The name of the document category.
Declaration
[EntityKeyProperty]
[EntityProperty(SQLType.NVarChar, 100, false)]
[EntityDescription("The category name.")]
[Required]
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |