Show / Hide Table of Contents

Class WorkingDocumentTypeDTO

Represents a work document type.

Inheritance
object
WorkingDocumentTypeDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Back to top Created by Formpipe