Class PlatinaMessageBase
Represents message.
Inheritance
PlatinaMessageBase
Inherited Members
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. |