Class RegisterDocumentOnPostListRequest
A message to be sent by consumer when register document on postlist
Inheritance
RegisterDocumentOnPostListRequest
Implements
Inherited Members
Namespace: Integration.MessageContracts.DeedManagement
Syntax
[MessageContract]
public class RegisterDocumentOnPostListRequest : WorkingDocumentMessageBase, IDisposable
Properties
DiaryID
The diary identifier of the object.
Declaration
[MessageHeader]
public int DiaryID { get; set; }
Property Value
| Type | Description |
|---|---|
| int | [required] The diary identifier of the object. |
PostListID
The post list identifier.
Declaration
[MessageHeader]
public int PostListID { get; set; }
Property Value
| Type | Description |
|---|---|
| int | [required] The post list identifier. |
Methods
IsValid()
Check if message request is valid.
Declaration
public override IsValidResult IsValid()
Returns
| Type | Description |
|---|---|
| IsValidResult | CommonIsValidResult containing an error message if invalid. |