Class EbicsGenericOrderParams

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

DEPRECATED: Holds the EBICS 2.x GenericOrderParams.

public class EbicsGenericOrderParams : EbicsOrderParams
Inheritance
EbicsGenericOrderParams
Inherited Members

Remarks

This order parameter type was never really used with EBICS 2.x and no longer exists since EBICS 3.0. Starting with EBICS 3.0 the EbicsBTUOrderParams are used for all upload orders.

Constructors

EbicsGenericOrderParams()

public EbicsGenericOrderParams()

Properties

Parameters

The collection of the parameters.

public EbicsParameters Parameters { get; }

Property Value

EbicsParameters

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