Class WorkingDocumentTypeDTO
Represents a work document type.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class WorkingDocumentTypeDTO
Properties
DocumentTypeID
The document type of the template
Declaration
[DataMember]
public string DocumentTypeID { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The document type of the template |
Name
The name of the template
Declaration
[DataMember]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the template |
TemplateID
The unique template id
Declaration
[DataMember]
public int TemplateID { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The unique template id |