Show / Hide Table of Contents

Class WorkingDocumentMasterDTO

The master view representation of a work document.

Inheritance
object
WorkingDocumentMasterDTO
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 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.

Back to top Created by Formpipe