Show / Hide Table of Contents

Class WorkingDocumentTemplateDTO

Represents a work document template.

Inheritance
object
WorkingDocumentTemplateDTO
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 WorkingDocumentTemplateDTO

Properties

Extension

The extension of the work document template

Declaration
[DataMember]
public string Extension { get; set; }
Property Value
Type Description
string

The name of the work document template

Name

The name of the work document template

Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type Description
string

The name of the work document template

TemplateID

The unique id of the work document template

Declaration
[DataMember]
public int TemplateID { get; set; }
Property Value
Type Description
int

The unique id of the work document template

Back to top Created by Formpipe