Search Results for

    Show / Hide Table of Contents

    Class DocumentMetadataTemplate

    Inheritance
    System.Object
    DocumentMetadataTemplate
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Document
    Assembly: Simplic.Document.dll
    Syntax
    public class DocumentMetadataTemplate

    Constructors

    | Improve this Doc View Source

    DocumentMetadataTemplate()

    Constructor

    Declaration
    public DocumentMetadataTemplate()

    Properties

    | Improve this Doc View Source

    DescriptionTemplate

    Gets or sets file description template

    Declaration
    public string DescriptionTemplate { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DocumentTypeId

    Gets or sets the document type preset

    Declaration
    public Guid? DocumentTypeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    FileNameTemplate

    Gets or sets filename template

    Declaration
    public string FileNameTemplate { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guid

    Gets or sets the unique id

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ReferenceNumberTemplate

    Gets or sets file description template

    Declaration
    public string ReferenceNumberTemplate { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ReportId

    Gets or sets the assigned telerik report id

    Declaration
    public Guid ReportId { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx