Show / Hide Table of Contents

Class GetDiariesResponse

The response message contaning a list of diaries. The requesting user must have fully controll to the returned diaries.

Inheritance
object
GetDiariesResponse
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.ReferenceDataManagement
Syntax
[MessageContract]
public class GetDiariesResponse

Properties

Diaries

The list of diaries to which the user has full control.

Declaration
[MessageBodyMember]
public IList<DiaryDTO> Diaries { get; set; }
Property Value
Type Description
IList<DiaryDTO>

The list of diaries to which the user has full control.

Back to top Created by Formpipe