Class EbicsGenericOrderParams
DEPRECATED: Holds the EBICS 2.x GenericOrderParams.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsGenericOrderParams : EbicsOrderParams
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()
Declaration
public EbicsGenericOrderParams()
Properties
Parameters
The collection of the parameters.
Declaration
public EbicsParameters Parameters { get; }
Property Value
Type | Description |
---|---|
EbicsParameters |
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | xmlDocument | |
EbicsVersion | nVersion |
Returns
Type | Description |
---|---|
System.Xml.XmlElement |
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | xmlElement | |
EbicsVersion | nVersion |