Class EbicsHVListOrderParams
Generic order parameters class for HVU and HVZ orders.
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 sealed class EbicsHVListOrderParams : EbicsOrderParams
Remarks
This class can be used as HVUOrderParams, or HVZOrderParams. The actual type is determined at construction time.
Constructors
EbicsHVListOrderParams(String)
Declaration
public EbicsHVListOrderParams(string sOrderParamsTag)
Parameters
Type | Name | Description |
---|---|---|
System.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
Type | Description |
---|---|
System.String[] |
Remarks
Not used with EBICS 3.0, where ServiceFilter is used instead.
ServiceFilter
Declaration
public EbicsService[] ServiceFilter { get; set; }
Property Value
Type | Description |
---|---|
EbicsService[] |
Remarks
Introduced with EBICS 3.0 as a replacement of OrderTypes.
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 |