Class EbicsRequestTypeConverter
Inheritance
System.Object
EbicsRequestTypeConverter
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 static class EbicsRequestTypeConverter
Fields
REQUESTTYPE_HEVREQUEST
"ebicsHEVRequest"
Declaration
public const string REQUESTTYPE_HEVREQUEST = "ebicsHEVRequest"
Field Value
Type | Description |
---|---|
System.String |
REQUESTTYPE_NOPUBKEYDIGESTREQUEST
"ebicsNoPubKeyDigestsRequest"
Declaration
public const string REQUESTTYPE_NOPUBKEYDIGESTREQUEST = "ebicsNoPubKeyDigestsRequest"
Field Value
Type | Description |
---|---|
System.String |
REQUESTTYPE_REQUEST
"ebicsRequest"
Declaration
public const string REQUESTTYPE_REQUEST = "ebicsRequest"
Field Value
Type | Description |
---|---|
System.String |
REQUESTTYPE_UNSECUREDREQUEST
"ebicsUnsecuredRequest"
Declaration
public const string REQUESTTYPE_UNSECUREDREQUEST = "ebicsUnsecuredRequest"
Field Value
Type | Description |
---|---|
System.String |
REQUESTTYPE_UNSIGNEDREQUEST
"ebicsUnsignedRequest"
Declaration
public const string REQUESTTYPE_UNSIGNEDREQUEST = "ebicsUnsignedRequest"
Field Value
Type | Description |
---|---|
System.String |
Methods
FromString(String)
Declaration
public static EbicsRequestType FromString(string sRequestType)
Parameters
Type | Name | Description |
---|---|---|
System.String | sRequestType | The local name of the root tag of the EBICS request message. If this is |
Returns
Type | Description |
---|---|
EbicsRequestType | Returns the EbicsRequestType for the given XML tag name. If the tag name is not a known EBICS request tag, then Null is returned. |
GetSchemaLocation(EbicsRequestType, EbicsVersion)
Declaration
public static string GetSchemaLocation(EbicsRequestType nRequestType, EbicsVersion nEbicsVersion)
Parameters
Type | Name | Description |
---|---|---|
EbicsRequestType | nRequestType | |
EbicsVersion | nEbicsVersion |
Returns
Type | Description |
---|---|
System.String |
ToString(EbicsRequestType)
Declaration
public static string ToString(EbicsRequestType nRequestType)
Parameters
Type | Name | Description |
---|---|---|
EbicsRequestType | nRequestType |
Returns
Type | Description |
---|---|
System.String | The XML tag for the given EBICS request type. If an undefined
|