Show / Hide Table of Contents

Class GetDocumentTypesWithRelatedTemplatesResponse

The get document types and templates of a specified case response message, containing consumer metadata

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

Properties

DocumentTypesWithRelatedTemplates

The list of documents types with related templates that belongs to a specific case in the system.

Declaration
[MessageBodyMember]
public IDictionary<WorkingDocumentTypeDTO, IList<WorkingDocumentTemplateDTO>> DocumentTypesWithRelatedTemplates { get; set; }
Property Value
Type Description
IDictionary<WorkingDocumentTypeDTO, IList<WorkingDocumentTemplateDTO>>

The list of documents that belongs to a specific case in the system.

Back to top Created by Formpipe