Class EbicsHVListOrderParams

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Generic order parameters class for HVU and HVZ orders.

public sealed class EbicsHVListOrderParams : EbicsOrderParams
Inheritance
EbicsHVListOrderParams
Inherited Members

Remarks

This class can be used as HVUOrderParams, or HVZOrderParams. The actual type is determined at construction time.

Constructors

EbicsHVListOrderParams(string)

public EbicsHVListOrderParams(string sOrderParamsTag)

Parameters

sOrderParamsTag string

This parameter must be either "HVUOrderParams", or "HVZOrderParams" and determines the actual order parameter type of the new instance.

Properties

OrderTypes

public string[] OrderTypes { get; set; }

Property Value

string[]

Remarks

Not used with EBICS 3.0, where ServiceFilter is used instead.

ServiceFilter

public EbicsService[] ServiceFilter { get; set; }

Property Value

EbicsService[]

Remarks

Introduced with EBICS 3.0 as a replacement of OrderTypes.

Methods

BuildXml(XmlDocument, EbicsVersion)

public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)

Parameters

xmlDocument XmlDocument
nVersion EbicsVersion

Returns

XmlElement

ParseXml(XmlElement, EbicsVersion)

public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)

Parameters

xmlElement XmlElement
nVersion EbicsVersion