Class JournalizedCaseMasterDTO
Represents the master data view of a journalized case.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class JournalizedCaseMasterDTO
Properties
BusinessCodeID
The business code identifier.
Declaration
[DataMember]
public int BusinessCodeID { get; set; }
Property Value
Type | Description |
---|---|
int | The business code identifier. |
CaseType
The case type information.
Declaration
[DataMember]
public CaseTypeDTO CaseType { get; set; }
Property Value
Type | Description |
---|---|
CaseTypeDTO | CaseTypeDTO containing case type information. |
CreatedDate
The created date of the journalized case
Declaration
[DataMember]
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The created date of the journalized case |
Description
The description of object.
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of object. |
DiaryID
The diary identifier of the object.
Declaration
[DataMember]
public int DiaryID { get; set; }
Property Value
Type | Description |
---|---|
int | The diary identifier of the object. |
DiaryNumber
The diary number of the object.
Declaration
[DataMember]
public string DiaryNumber { get; set; }
Property Value
Type | Description |
---|---|
string | The diary number of the object. |
HandlingOfficerDto
The handling officer of the journalized case.
Declaration
[DataMember]
public HandlingOfficerDTO HandlingOfficerDto { get; set; }
Property Value
Type | Description |
---|---|
HandlingOfficerDTO | The handling officer of the journalized case. |
InitiatorDto
The initiator of the journalized case.
Declaration
[DataMember]
public InitiatorDTO InitiatorDto { get; set; }
Property Value
Type | Description |
---|---|
InitiatorDTO | The initiator of the journalized case. |
IsAllowedToJournalize
Value indicating whether current user is allowed to journalize deed under the case.
Declaration
[DataMember]
public bool IsAllowedToJournalize { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
MeetingDate
The meeting date of the journalized case.
Declaration
[DataMember]
public DateTime MeetingDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The meeting date of the journalized case. |
Origin
The origin of the object.
Declaration
[DataMember]
public Origin Origin { get; set; }
Property Value
Type | Description |
---|---|
Origin | The origin of the object. |
PropID
The unique identifier of the object.
Declaration
[DataMember]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the object. |
StartDate
The start date of the journalized case
Declaration
[DataMember]
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The start date of the journalized case |
Title
The title of the object.
Declaration
[DataMember]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title of the object. |