Show / Hide Table of Contents

Class GetMeetingsResponse

A response message returned by system containing the requested meetings.

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

Properties

Meetings

The meetings of the instance, to which the journalized case belongs.

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

The meetings of the instance, to which the journalized case belongs (via diary).

Remarks

There is a one-to-one mapping between an instance and a diary

Back to top Created by Formpipe