• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsBTDOrderParams

    Holds EBICS BTDOrderParams.

    Inheritance
    System.Object
    EbicsElement
    EbicsOrderParams
    EbicsStandardOrderParams
    EbicsBTFOrderParams
    EbicsBTDOrderParams
    Inherited Members
    EbicsBTFOrderParams.Service
    EbicsBTFOrderParams.Parameters
    EbicsBTFOrderParams.ParseXml(XmlElement, EbicsVersion)
    EbicsStandardOrderParams.DateRange
    EbicsOrderParams.OrderParamsTag
    EbicsElement.BuildXmlDocument(EbicsVersion)
    EbicsElement.Load(Stream, EbicsVersion)
    EbicsElement.Load(String, EbicsVersion)
    EbicsElement.Save(Stream, EbicsVersion)
    EbicsElement.Save(String, EbicsVersion)
    EbicsElement.FromBuffer(EbicsDataBuffer, EbicsVersion)
    EbicsElement.ToBuffer(EbicsVersion)
    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 EbicsBTDOrderParams : EbicsBTFOrderParams
    Remarks

    Replaces EbicsStandardOrderParams with download orders in EBICS 3.0. When converted to XML using EBICS 2.x, this just creates a StandardOrderParams element instead of a BTDOrderParams element. When parsing XML this can consume StandardOrderParams and BTDOrderParams elements.

    Constructors

    EbicsBTDOrderParams()

    Declaration
    public EbicsBTDOrderParams()

    EbicsBTDOrderParams(DateTime)

    Constructs an EbicsBTDOrderParams for the date range starting at the given date up to today.

    Declaration
    public EbicsBTDOrderParams(DateTime tFrom)
    Parameters
    Type Name Description
    System.DateTime tFrom

    The start date of the date range. If this is DateTime.MinValue, then no DateRange will be set up.

    EbicsBTDOrderParams(DateTime, DateTime)

    Constructs an EbicsBTDOrderParams for a given date range.

    Declaration
    public EbicsBTDOrderParams(DateTime tFrom, DateTime tTo)
    Parameters
    Type Name Description
    System.DateTime tFrom

    The start date of the date range. If this is DateTime.MinValue, then no DateRange will be set up.

    System.DateTime tTo

    The ending date of the date range. If this is DateTime.MinValue, then the ending date will be set to DateTime.Today.

    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
    EbicsStandardOrderParams.BuildXml(XmlDocument, EbicsVersion)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH