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