Search Results for

    Show / Hide Table of Contents

    Class DocumentType

    Class to represent a document type

    Inheritance
    System.Object
    DocumentType
    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 DocumentType

    Properties

    | Improve this Doc View Source

    ControlName

    Gets or sets the control name

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

    DocTypeName

    Gets or sets the name of the doc type

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

    Guid

    Gets or sets the guid

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

    OrderNr

    Gets or sets the order nr

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