Show / Hide Table of Contents

Class CustomRequestMessageBase

Used instead of PlatinaMessageBase for message contracts that support an additional Custom parameter for passing custom parameters to a request handler.

Inheritance
object
PlatinaMessageBase
CustomRequestMessageBase
CreateJournalizedCaseRequest
GetJournalizedCaseRequest
SearchJournalizedCaseRequest
UpdateJournalizedCaseRequest
GetDeedRequest
UpdateDeedRequest
CreateDocumentFromTemplateRequest
GetWorkingDocumentContentRequest
GetWorkingDocumentRequest
Inherited Members
PlatinaMessageBase.UserName
PlatinaMessageBase.IsValid()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.DataContracts
Syntax
[MessageContract]
public abstract class CustomRequestMessageBase : PlatinaMessageBase

Properties

CustomParameters

Optional custom parameters to be passed to the corresponding custom request handler.

Declaration
[MessageBodyMember]
public CustomRequestDTO CustomParameters { get; set; }
Property Value
Type Description
CustomRequestDTO

The custom parameters.

Back to top Created by Formpipe