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

    Class EbicsStandardOrderParams

    Holds the EBICS StandardOrderParams.

    Inheritance
    System.Object
    EbicsElement
    EbicsOrderParams
    EbicsStandardOrderParams
    EbicsBTFOrderParams
    Inherited Members
    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 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 DateTime.MinValue, then no DateRange will be set up.

    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 DateTime.MinValue, then no DateRange will be set up and the value of tTo is ignored.

    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.

    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
    EbicsElement.BuildXml(XmlDocument, EbicsVersion)

    ParseXml(XmlElement, EbicsVersion)

    Declaration
    public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlElement
    EbicsVersion nVersion
    Overrides
    EbicsElement.ParseXml(XmlElement, EbicsVersion)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH