Show / Hide Table of Contents

Class AbstractXRoadHeader

Inheritance
System.Object
AbstractXRoadHeader
Namespace: XRoad
Assembly: XRoadProvider.dll
Syntax
[<AbstractClass; AllowNullLiteral>]
type AbstractXRoadHeader ()

Constructors

new: unit -> AbstractXRoadHeader

Implicit constructor.

Declaration
new: unit -> AbstractXRoadHeader
Returns
Type Description
AbstractXRoadHeader

Properties

property Id: string

Unique identifier for this message. The recommended form of message ID is UUID.

Declaration
property Id: string with get, set
Property Value
Type Description
string

property Unresolved: List<XElement>

Unresolved header elements.

Declaration
property Unresolved: List<XElement> with get, set
Property Value
Type Description
System.Collections.Generic.List<System.Xml.Linq.XElement>
Back to top Generated by DocFX