Class GetDeedResponse
Returned by service when retrieving a deed. Will contain metadata about a deed to be consumed by the requesting party.
Inherited Members
Namespace: Integration.MessageContracts.DeedManagement
Syntax
[MessageContract]
public class GetDeedResponse : 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. |
ConnectedDocumentID
The unique identifier of the connected document.
Declaration
[MessageBodyMember]
public int ConnectedDocumentID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the connected document. |
DeedType
The deed type information for deed.
Declaration
[MessageBodyMember]
public DeedTypeDTO DeedType { get; set; }
Property Value
Type | Description |
---|---|
DeedTypeDTO | DeedTypeDTO containing deed type information. |
Description
The description of object.
Declaration
[MessageBodyMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of 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. |
FileName
The file name of the connected document of the deed.
Declaration
[MessageBodyMember]
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string | The file name of the connected document of the deed. |
Initiators
The initiators of the object.
Declaration
[MessageBodyMember]
public IList<InitiatorDTO> Initiators { get; set; }
Property Value
Type | Description |
---|---|
IList<InitiatorDTO> | The initiators of the object. |
JournalizedCaseID
The unigue identifier of the journalized case.
Declaration
[MessageBodyMember]
public int JournalizedCaseID { get; set; }
Property Value
Type | Description |
---|---|
int | The unigue identifier of the journalized case. |
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. |
PostList
The post list information for deed.
Declaration
[MessageBodyMember]
public PostListsDTO PostList { get; set; }
Property Value
Type | Description |
---|---|
PostListsDTO | PostListsDTO containing post list information. |
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
public int TypeID { get; set; }
Property Value
Type | Description |
---|---|
int | The identifier of the object type. |