The CommonSealedMessageType type exposes the following members.

Constructors

  NameDescription
Public methodCommonSealedMessageType(SealedMessageType)
Create an instance of CommonSealedMessageType.
Public methodCommonSealedMessageType(SealedMessageType)
Create an instance of CommonSealedMessageType.
Public methodCommonSealedMessageType(SealedMessageType)
Create an instance of CommonSealedMessageType.
Public methodCommonSealedMessageType(SealedMessageType)
Create an instance of CommonSealedMessageType.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodGetAttributeValue<(Of <<'(T, TExpected>)>>)
Extension Methods for retrieving a value from an interface
(Defined by Extensions.)
Public Extension MethodSerializeToXml()()()()Overloaded.
Serializes any object to XML.
(Defined by Extensions.)
Public Extension MethodSerializeToXml(String)Overloaded.
Serializes any object to XML.
(Defined by Extensions.)

Properties

  NameDescription
Public propertyEncryptedPayload
Encrypted payload of the sealed message.
Public propertyInvocationId
Invocation ID of the sealed message.
Public propertyReceiverOrganisation
Receiver organisation of the sealed message.
Public propertySenderOrganisation
Sender organisation of the sealed message.
Public propertyServiceCategory
Service category of the sealed message.

See Also