Class GetMappingDataRequest
The message sent by the consumer when fetching mapping data configured in Platina.
Inherited Members
Namespace: Integration.MessageContracts.ReferenceDataManagement
Syntax
[MessageContract]
public class GetMappingDataRequest : PlatinaMessageBase
Properties
BusinessCodeTitlePattern
The search pattern (reg ex) for business codes to be used by consumer when mapping.
Declaration
[MessageBodyMember]
public string BusinessCodeTitlePattern { get; set; }
Property Value
Type | Description |
---|---|
string | The search pattern (reg ex) for business codes to be used by consumer when mapping. |
Remarks
The business codes is needed by the system when creating/updating objects (journalized cases and deeds).
DiaryID
The unique id of the diary, for which metadata should be fetched.
Declaration
[MessageBodyMember]
public int DiaryID { get; set; }
Property Value
Type | Description |
---|---|
int | [required] The unique id of the diary, for which metadata should be fetched. |
LangID
The language identifier of the system.
Declaration
[MessageBodyMember]
public int LangID { get; set; }
Property Value
Type | Description |
---|---|
int | The language identifier of the system. |
Remarks
Not currently used.
ParagraphsSearchParams
The search pattern (reg ex) for paragraphs to be used by consumer when mapping.
Declaration
[MessageBodyMember]
public string ParagraphsSearchParams { get; set; }
Property Value
Type | Description |
---|---|
string | The search pattern (reg ex) for paragraphs to be used by consumer when mapping. |
Remarks
The paragraphs is needed by the system when creating objects (journalized cases and deeds).
Methods
IsValid()
Check if message request is valid.
Declaration
public override IsValidResult IsValid()
Returns
Type | Description |
---|---|
IsValidResult | IsValidResult containing an error message if invalid. |