Class EbicsHVListOrderParams
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
stringThis 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
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
XmlDocumentnVersion
EbicsVersion
Returns
ParseXml(XmlElement, EbicsVersion)
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
xmlElement
XmlElementnVersion
EbicsVersion