XRoadLib


XRoadXmlArrayAttribute

Namespace: XRoadLib.Attributes

Specifies that the serializer must serialize a particular class member as an array of XML elements.

Constructors

ConstructorDescription
new()
Signature: unit -> unit

Initializes a new instance of the XmlArrayAttribute class.

new(elementName)
Signature: elementName:string -> unit

Initializes a new instance of the XmlArrayAttribute class and specifies the XML element name generated in the XML document instance.

Instance members

Instance memberDescription
IsOptional()
Signature: unit -> unit

Indicates if this element must occur in serialized XML or not.

Fork me on GitHub