Class WorkingDocumentMasterDTO
The master view representation of a work document.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class WorkingDocumentMasterDTO
Properties
CreatedDate
The created date of the work document
Declaration
[DataMember(IsRequired = true)]
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The created date of the work document |
PropID
The unique identifier of the object.
Declaration
[DataMember(IsRequired = true)]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the object. |
Title
The title of the object.
Declaration
[DataMember(IsRequired = true)]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title of the object. |