Class EbicsBTFOrderParams
Inheritance
System.Object
EbicsBTFOrderParams
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 EbicsBTFOrderParams : EbicsStandardOrderParams
Constructors
EbicsBTFOrderParams(String, EbicsStandardOrderParams)
Declaration
protected EbicsBTFOrderParams(string sOrderParamsTag, EbicsStandardOrderParams aStandardOrderParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | sOrderParamsTag | |
EbicsStandardOrderParams | aStandardOrderParams |
Properties
Parameters
Collection of optional generic name/value parameters.
Declaration
public EbicsParameters Parameters { get; }
Property Value
Type | Description |
---|---|
EbicsParameters |
Service
Declaration
public EbicsService Service { get; set; }
Property Value
Type | Description |
---|---|
EbicsService |
Methods
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | xmlElement | |
EbicsVersion | nVersion |