Class HandlingOfficerDTO
Represents a handling officer.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class HandlingOfficerDTO
Properties
Description
The description of object.
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of object. |
DiaryID
The diary identifier.
Declaration
[DataMember]
public int DiaryID { get; set; }
Property Value
Type | Description |
---|---|
int | The diary identifier. |
PropID
The unique identifier of the object.
Declaration
[DataMember]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the object. |
Title
The title of the object.
Declaration
[DataMember]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title of the object. |