Search Results for

    Show / Hide Table of Contents

    Interface IHasDocumentCategory

    Indicates that this item has a category, which defined in IDocumentCategory.

    Namespace: LemonEdge.API.Entities.Workflow
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IHasDocumentCategory

    Properties

    CategoryID

    The category of the document

    Declaration
    [EntityDescription("The category of the document.")]
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityRelationship(EntityID.DocumentCategory, "ID", SingleJoinType.ZeroToOne, "Document Category", "Documents", LinkToItemInSet = true)]
    Guid? CategoryID { get; set; }
    Property Value
    Type Description
    Guid?

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    IDocumentCategory
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.