Class EbicsResponse
Inheritance
System.Object
EbicsResponse
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 EbicsResponse : EbicsMessage
Constructors
EbicsResponse(EbicsResponseType)
Declaration
public EbicsResponse(EbicsResponseType nResponseType)
Parameters
Properties
BusinessReturnCode
Declaration
public EbicsReturnCode BusinessReturnCode { get; set; }
Property Value
OrderID
Declaration
public string OrderID { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseType
Declaration
public EbicsResponseType ResponseType { get; }
Property Value
TechnicalReturnCode
Declaration
public EbicsReturnCode TechnicalReturnCode { get; set; }
Property Value
TimestampBankParameter
Declaration
public DateTime TimestampBankParameter { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TransactionID
Declaration
public string TransactionID { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BuildBody(XmlElement, EbicsVersion)
Declaration
protected override void BuildBody(XmlElement xmlBody, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlBody |
|
EbicsVersion |
nVersion |
|
Overrides
Declaration
protected override void BuildHeaderMutable(XmlElement xmlMutable, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlMutable |
|
EbicsVersion |
nVersion |
|
Overrides
Declaration
protected override void BuildHeaderStatic(XmlElement xmlStatic, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlStatic |
|
EbicsVersion |
nVersion |
|
Overrides
ParseBody(XmlElement, EbicsVersion)
Declaration
protected override void ParseBody(XmlElement xmlBody, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlBody |
|
EbicsVersion |
nVersion |
|
Overrides
Declaration
protected override void ParseHeaderMutable(XmlElement xmlMutable, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlMutable |
|
EbicsVersion |
nVersion |
|
Overrides
Declaration
protected override void ParseHeaderStatic(XmlElement xmlStatic, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlStatic |
|
EbicsVersion |
nVersion |
|
Overrides