Class FinishJournalizedCaseRequest
Message sent when requesting a jornalized case to be finished
Inherited Members
Namespace: Integration.MessageContracts.CaseManagement
Syntax
[MessageContract]
public class FinishJournalizedCaseRequest : PlatinaMessageBase
Properties
FinishDate
The finish date.
Declaration
[MessageBodyMember]
public DateTime FinishDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime | [required] The finish date. |
PropID
The unique identifier of the object.
Declaration
[MessageBodyMember]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The unique identifier of the object. |
Methods
IsValid()
Check if message request is valid.
Declaration
public override IsValidResult IsValid()
Returns
Type | Description |
---|---|
IsValidResult | IsValidResult containing an error message if invalid. |