Show / Hide Table of Contents

Class PlatinaMessageBase

Represents message.

Inheritance
object
PlatinaMessageBase
CustomRequestHeaderMessageBase
CustomRequestMessageBase
SearchRequestMessageBase
SearchResponseMessageBase
FinishJournalizedCaseRequest
GetJournalizedCasesByParamsRequest
GetJournalizedCasesRequest
GetCustomObjectRequest
DeleteDeedRequest
GetDeedsByParamsRequest
GetDeedsRequest
DeleteWorkingDocumentRequest
GetDocumentTypesWithRelatedTemplatesRequest
GetWorkingDocumentsRequest
CreatePreRegistrationRequest
GetMeetingsRequest
GetPreRegistrationRequest
UpdatePreRegistrationRequest
GetDiariesRequest
GetInstancesRequest
GetMappingDataRequest
Inherited Members
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 PlatinaMessageBase

Properties

UserName

The end user name.

Declaration
[MessageHeader]
public string UserName { get; set; }
Property Value
Type Description
string

The name of the user.

Methods

IsValid()

Check is message is valid and usable by service implementation

Declaration
public virtual IsValidResult IsValid()
Returns
Type Description
IsValidResult

True if valid otherwise false.

Back to top Created by Formpipe