Class EbicsHVListOrderParams
Generic order parameters class for HVU and HVZ orders.
Inheritance
EbicsHVListOrderParams
Assembly: Subsembly.EBICS.Core.dll
Syntax
public sealed class EbicsHVListOrderParams : EbicsOrderParams
Constructors
EbicsHVListOrderParams(string)
Declaration
public EbicsHVListOrderParams(string sOrderParamsTag)
Parameters
Type |
Name |
Description |
string |
sOrderParamsTag |
This parameter must be either "HVUOrderParams", or "HVZOrderParams" and determines
the actual order parameter type of the new instance.
|
Properties
OrderTypes
Declaration
public string[] OrderTypes { get; set; }
Property Value
ServiceFilter
Declaration
public EbicsService[] ServiceFilter { get; set; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides