Class GetMeetingsResponse
A response message returned by system containing the requested meetings.
Inherited Members
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