Class EbicsStandardOrderParams
Holds the EBICS StandardOrderParams.
Inheritance
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsStandardOrderParams : EbicsOrderParams
Remarks
If needed, an instance of this class may be set in the OrderParams property. Replaced by EbicsBTDOrderParams with EBICS3.0.
Constructors
EbicsStandardOrderParams()
Default constructor.
Declaration
public EbicsStandardOrderParams()
Remarks
The default constructor creates an EbicsStandardOrderParams instance where
DateRange is null
.
EbicsStandardOrderParams(DateTime)
Constructs an EbicsStandardOrderParams for the date range starting at the given date up to today.
Declaration
public EbicsStandardOrderParams(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom | The start date of the date range. If this is |
EbicsStandardOrderParams(DateTime, DateTime)
Constructs an EbicsStandardOrderParams for a given date range.
Declaration
public EbicsStandardOrderParams(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom | The start date of the date range. If this is |
System.DateTime | tTo | The ending date of the date range. If this is |
EbicsStandardOrderParams(String, EbicsStandardOrderParams)
Declaration
protected EbicsStandardOrderParams(string sOrderParamsTag, EbicsStandardOrderParams aStandardOrderParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | sOrderParamsTag | |
EbicsStandardOrderParams | aStandardOrderParams |
Properties
DateRange
The DateRange child element of the StandardOrderParams element.
Declaration
public EbicsDateRange DateRange { get; set; }
Property Value
Type | Description |
---|---|
EbicsDateRange |
Remarks
If this is null
, then no DateRange child element is included in the
StandardOrderParams element, thus the StandardOrderParams element is an all empty
element. By default this property is null
.
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 |