Show / Hide Table of Contents

Class DiaryDTO

Represents a diary.

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

Back to top Created by Formpipe