Class EbicsOrderZipEntry
Represents a single file entry from a downloaded 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 EbicsOrderZipEntry
Properties
FileData
The raw binary data that was read from the ZIP file.
Declaration
public byte[] FileData { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FileName
The file name of the ZIP entry.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |