Class EbicsFileSpoolerJournalEntry
Inheritance
System.Object
EbicsFileSpoolerJournalEntry
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()
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsFileSpoolerJournalEntry : EbicsElement, IEbicsJsonConverter
Properties
ErrorClass
The general error result returned from the Bank when uploading the order.
Declaration
public EbicsErrorClass ErrorClass { get; }
Property Value
See Also
FileName
The file name of the processed file in the outbox.
Declaration
public string FileName { get; }
Property Value
Type |
Description |
System.String |
|
OrderID
The EBICS Order ID that was assigned by the Bank for this order.
Declaration
public string OrderID { get; }
Property Value
Type |
Description |
System.String |
|
See Also
ProtocolEntries
Collection of EbicsProtocolEntry instances that have been collected for
the order tracked by this journal entry.
Declaration
public EbicsProtocolEntry[] ProtocolEntries { get; }
Property Value
Timestamp
A UTC time stamp that is updated whenever this journal entry was changed, usually
by adding a new EbicsProtocolEntry to it.
Declaration
public DateTime Timestamp { get; }
Property Value
Type |
Description |
System.DateTime |
|
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
CreateFileSpoolerJournalEntry(JsonObject)
Declaration
public static EbicsFileSpoolerJournalEntry CreateFileSpoolerJournalEntry(JsonObject jsonObject)
Parameters
Returns
FromJson(JsonObject)
Declaration
public void FromJson(JsonObject jsonObject)
Parameters
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlElement |
|
EbicsVersion |
nVersion |
|
Overrides
ToJson(JsonObject)
Declaration
public JsonObject ToJson(JsonObject jsonObject)
Parameters
Returns
Implements
Extension Methods