Show / Hide Table of Contents

Class GetJournalizedCasesResponse

The response returned when requesting journalized cases from a diary.

Inheritance
object
GetJournalizedCasesResponse
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Back to top Created by Formpipe