Class EbicsBTUOrderParams
Holds EBICS BTUOrderParams
Inheritance
System.Object
EbicsBTUOrderParams
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 EbicsBTUOrderParams : EbicsBTFOrderParams
Remarks
Replaces EbicsStandardOrderParams with upload orders in EBICS 3.0. When
converted to XML using EBICS 2.x, this just creates a StandardOrderParams
element instead of a BTUOrderParams
element. When parsing XML this can consume
StandardOrderParams
and BTUOrderParams
elements.
Constructors
EbicsBTUOrderParams()
Declaration
public EbicsBTUOrderParams()
Properties
FileName
Optional original file name of the upload.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestEDS
Request forwarding to VEU (EDS) authorization process.
Declaration
public bool RequestEDS { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Note that the requestEDS
attribute is only included, if
SignatureFlag is true
, and RequestEDS
is true
.
SignatureFlag
SignatureFlag
Declaration
public bool SignatureFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |