Show / Hide Table of Contents

Class GetMappingDataResponse

A response message returned containing data in order to provide mapping capabilities, between id' and display text.

Inheritance
object
GetMappingDataResponse
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.ReferenceDataManagement
Syntax
[MessageContract]
public class GetMappingDataResponse

Properties

BusinessCodes

The business codes in the system.

Declaration
[MessageBodyMember]
public IList<BusinessCodeDTO> BusinessCodes { get; set; }
Property Value
Type Description
IList<BusinessCodeDTO>

The list of business codes in the system.

CaseTypes

The case types in the system.

Declaration
[MessageBodyMember]
public IList<CaseTypeDTO> CaseTypes { get; set; }
Property Value
Type Description
IList<CaseTypeDTO>

The list of case types in the system.

Countries

The countries in the system.

Declaration
[MessageBodyMember]
public IList<CountryDTO> Countries { get; set; }
Property Value
Type Description
IList<CountryDTO>

The list of countries in the system.

DeedOrigins

The origins available for journalized cases.

Declaration
[MessageBodyMember]
public IList<OriginDTO> DeedOrigins { get; set; }
Property Value
Type Description
IList<OriginDTO>

The origins available for journalized cases.

DeedTypes

The deed types in the system.

Declaration
[MessageBodyMember]
public IList<DeedTypeDTO> DeedTypes { get; set; }
Property Value
Type Description
IList<DeedTypeDTO>

The list of deed types in the system.

DocumentTemplates

The document templates in the system.

Declaration
[MessageBodyMember]
public IList<WorkingDocumentTemplateDTO> DocumentTemplates { get; set; }
Property Value
Type Description
IList<WorkingDocumentTemplateDTO>

The list of document templates in the system.

Examples

Meeting minutes, Voting lists, etc.

DocumentTypes

The document types in the system.

Declaration
[MessageBodyMember]
public IList<WorkingDocumentTypeDTO> DocumentTypes { get; set; }
Property Value
Type Description
IList<WorkingDocumentTypeDTO>

The list of document types in the system.

Examples

EBI_Normal, Meeting templates, etc.

JournalizedCaseOrigins

The origins available for journalized cases.

Declaration
[MessageBodyMember]
public IList<OriginDTO> JournalizedCaseOrigins { get; set; }
Property Value
Type Description
IList<OriginDTO>

The origins available for journalized cases.

PULLevels

The PUL levels in the system.

Declaration
[MessageBodyMember]
public IList<PULLevelDTO> PULLevels { get; set; }
Property Value
Type Description
IList<PULLevelDTO>

The list of PUL levels in the system.

Paragraphs

The paragraphs in the system.

Declaration
[MessageBodyMember]
public IList<ParagraphDTO> Paragraphs { get; set; }
Property Value
Type Description
IList<ParagraphDTO>

The list of paragraphs in the system.

PostLists

The post lists in the system.

Declaration
[MessageBodyMember]
public IList<PostListsDTO> PostLists { get; set; }
Property Value
Type Description
IList<PostListsDTO>

The list of post lists in the system.

SecrecyLevels

The secrecy levels in the system.

Declaration
[MessageBodyMember]
public IList<SecrecyLevelDTO> SecrecyLevels { get; set; }
Property Value
Type Description
IList<SecrecyLevelDTO>

The list of secrecy levels in the system.

Statuses

The statuses in the system.

Declaration
[MessageBodyMember]
public IList<StatusDTO> Statuses { get; set; }
Property Value
Type Description
IList<StatusDTO>

The list of statuses in the system.

Back to top Created by Formpipe