Show / Hide Table of Contents

Class RegisterDocumentOnPostListRequest

A message to be sent by consumer when register document on postlist

Inheritance
object
PlatinaMessageBase
CustomRequestHeaderMessageBase
WorkingDocumentMessageBase
RegisterDocumentOnPostListRequest
Implements
IDisposable
Inherited Members
WorkingDocumentMessageBase.WorkingDocumentTitle
WorkingDocumentMessageBase.WorkingDocumentDescription
WorkingDocumentMessageBase.WorkingDocumentTypeID
WorkingDocumentMessageBase.WorkingDocumentTemplateID
WorkingDocumentMessageBase.WorkingDocumentExtension
WorkingDocumentMessageBase.WorkingDocumentFileContentLength
WorkingDocumentMessageBase.WorkingDocumentContent
WorkingDocumentMessageBase.Dispose()
CustomRequestHeaderMessageBase.CustomParameters
PlatinaMessageBase.UserName
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.DeedManagement
Syntax
[MessageContract]
public class RegisterDocumentOnPostListRequest : WorkingDocumentMessageBase, IDisposable

Properties

DiaryID

The diary identifier of the object.

Declaration
[MessageHeader]
public int DiaryID { get; set; }
Property Value
Type Description
int

[required] The diary identifier of the object.

PostListID

The post list identifier.

Declaration
[MessageHeader]
public int PostListID { get; set; }
Property Value
Type Description
int

[required] The post list identifier.

Methods

IsValid()

Check if message request is valid.

Declaration
public override IsValidResult IsValid()
Returns
Type Description
IsValidResult

CommonIsValidResult containing an error message if invalid.

Overrides
WorkingDocumentMessageBase.IsValid()

Implements

IDisposable
Back to top Created by Formpipe