Class EbicsGenericOrderParams
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
Methods
BuildXml(XmlDocument, EbicsVersion)
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
xmlDocument
XmlDocumentnVersion
EbicsVersion
Returns
ParseXml(XmlElement, EbicsVersion)
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
xmlElement
XmlElementnVersion
EbicsVersion