Show / Hide Table of Contents

Class GetDocumentTypesWithRelatedTemplatesRequest

A request to be sent by consumer when requesting the work document types and templates of a specified case.

Inheritance
object
PlatinaMessageBase
GetDocumentTypesWithRelatedTemplatesRequest
Inherited Members
PlatinaMessageBase.UserName
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 GetDocumentTypesWithRelatedTemplatesRequest : PlatinaMessageBase

Properties

CaseID

The unique identifier of the case of the request.

Declaration
[MessageBodyMember]
public int CaseID { get; set; }
Property Value
Type Description
int

[required] The unique identifier of the case of the request.

Methods

IsValid()

Check if message request is valid.

Declaration
public override IsValidResult IsValid()
Returns
Type Description
IsValidResult

IsValidResult containing an error message if invalid.

Overrides
PlatinaMessageBase.IsValid()
Back to top Created by Formpipe