Class EbicsOrderDownloadZip
Base class for orders that download documents contained in a ZIP file.
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 EbicsOrderDownloadZip : EbicsOrder
Constructors
EbicsOrderDownloadZip(String)
Constructs an order that downloads a ZIP file with documents without date range.
Declaration
public EbicsOrderDownloadZip(string sOrderType)
Parameters
Type | Name | Description |
---|---|---|
System.String | sOrderType |
EbicsOrderDownloadZip(String, DateTime, DateTime)
Constructs an order that downloads a ZIP file with documents for the requested date range.
Declaration
public EbicsOrderDownloadZip(string sOrderType, DateTime tFrom, DateTime tTo = default(DateTime))
Parameters
Type | Name | Description |
---|---|---|
System.String | sOrderType | |
System.DateTime | tFrom | |
System.DateTime | tTo |
Properties
ZipEntries
Iterates over all documents contained in the ZIP file that has been downloaded.
Declaration
public IEnumerable<EbicsOrderZipEntry> ZipEntries { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<EbicsOrderZipEntry> |