Show / Hide Table of Contents

Class GetJournalizedCaseResponse

The get journalized case response message, containing consumer metadata

Inheritance
object
CustomResponseMessageBase
GetJournalizedCaseResponse
Inherited Members
CustomResponseMessageBase.CustomReturnValues
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 GetJournalizedCaseResponse : CustomResponseMessageBase

Properties

BkFields

The collection of custom metadada assocaited with object.

Declaration
[MessageBodyMember]
public BkFieldsDictionary BkFields { get; set; }
Property Value
Type Description
BkFieldsDictionary

The collection of custom metadada assocaited with object.

BusinessCodeID

The business code identifier.

Declaration
[MessageBodyMember]
public int BusinessCodeID { get; set; }
Property Value
Type Description
int

The business code identifier.

CaseType

The case type information.

Declaration
[MessageBodyMember]
public CaseTypeDTO CaseType { get; set; }
Property Value
Type Description
CaseTypeDTO

CaseTypeDTO containing case type information.

Description

The description of object.

Declaration
[MessageBodyMember]
public string Description { get; set; }
Property Value
Type Description
string

The description of object.

DiaryID

The diary identifier of the object.

Declaration
[MessageBodyMember]
public int DiaryID { get; set; }
Property Value
Type Description
int

The diary identifier of the object.

DiaryNumber

The diary number of the object.

Declaration
[MessageBodyMember]
public string DiaryNumber { get; set; }
Property Value
Type Description
string

The diary number of the object.

Initiator

The list of initiators

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

The list of initiators

Origin

The origin of the object.

Declaration
[MessageBodyMember]
public Origin Origin { get; set; }
Property Value
Type Description
Origin

The origin of the object.

PULLevel

The PUL level of the object.

Declaration
[MessageBodyMember]
public int PULLevel { get; set; }
Property Value
Type Description
int

The PUL level of the object.

Paragraphs

The secrecy paragraphs of the object.

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

The secrecy paragraphs of the object.

PropID

The unique identifier of the object.

Declaration
[MessageBodyMember]
public int PropID { get; set; }
Property Value
Type Description
int

The unique identifier of the object.

RegistrationDate

The registration date.

Declaration
[MessageBodyMember]
public DateTime RegistrationDate { get; set; }
Property Value
Type Description
DateTime

The registration date.

SecrecyLevel

The secrecy level of the object.

Declaration
[MessageBodyMember]
public int SecrecyLevel { get; set; }
Property Value
Type Description
int

The secrecy level of the object.

Title

The title of the object.

Declaration
[MessageBodyMember]
public string Title { get; set; }
Property Value
Type Description
string

The title of the object.

TypeID

The identifier of the object type.

Declaration
[MessageBodyMember]
public int TypeID { get; set; }
Property Value
Type Description
int

The identifier of the object type.

Back to top Created by Formpipe