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 SourceControlName
Gets or sets the control name
Declaration
public string ControlName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocTypeName
Gets or sets the name of the doc type
Declaration
public string DocTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OrderNr
Gets or sets the order nr
Declaration
public int OrderNr { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |