Class EbicsOrderC52
Convenient wrapper for a CAMT 052 download order.
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 EbicsOrderC52 : EbicsOrderCamt
Constructors
EbicsOrderC52()
Constructs a C52 order where the DateRangeStart of
the EbicsDateRange is initialized with DateTime.Today
Declaration
public EbicsOrderC52()
EbicsOrderC52(DateTime)
Constructs a C52 order where the DateRangeStart of
the EbicsDateRange is initialized with tFrom
.
Declaration
public EbicsOrderC52(DateTime tFrom)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom |
EbicsOrderC52(DateTime, DateTime)
Constructs a C52 order where the EbicsDateRange is initialized
with tFrom
and tTo
.
Declaration
public EbicsOrderC52(DateTime tFrom, DateTime tTo)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | tFrom | |
System.DateTime | tTo |