Class GetJournalizedCasesResponse
The response returned when requesting journalized cases from a diary.
Inherited Members
Namespace: Integration.MessageContracts.CaseManagement
Syntax
[MessageContract]
public class GetJournalizedCasesResponse
Properties
Cases
The list of cases of the diary, to which the user has full control.
Declaration
[MessageBodyMember]
public IList<JournalizedCaseMasterDTO> Cases { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<JournalizedCaseMasterDTO> | The list of cases of the diary, to which the user has full control. |