Class EbicsRequestTypeConverter

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public static class EbicsRequestTypeConverter
Inheritance
EbicsRequestTypeConverter
Inherited Members

Fields

REQUESTTYPE_HEVREQUEST

"ebicsHEVRequest"

public const string REQUESTTYPE_HEVREQUEST = "ebicsHEVRequest"

Field Value

string

REQUESTTYPE_NOPUBKEYDIGESTREQUEST

"ebicsNoPubKeyDigestsRequest"

public const string REQUESTTYPE_NOPUBKEYDIGESTREQUEST = "ebicsNoPubKeyDigestsRequest"

Field Value

string

REQUESTTYPE_REQUEST

"ebicsRequest"

public const string REQUESTTYPE_REQUEST = "ebicsRequest"

Field Value

string

REQUESTTYPE_UNSECUREDREQUEST

"ebicsUnsecuredRequest"

public const string REQUESTTYPE_UNSECUREDREQUEST = "ebicsUnsecuredRequest"

Field Value

string

REQUESTTYPE_UNSIGNEDREQUEST

"ebicsUnsignedRequest"

public const string REQUESTTYPE_UNSIGNEDREQUEST = "ebicsUnsignedRequest"

Field Value

string

Methods

FromString(string)

public static EbicsRequestType FromString(string sRequestType)

Parameters

sRequestType string

The local name of the root tag of the EBICS request message. If this is null or unknown, then Null is returned.

Returns

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)

public static string GetSchemaLocation(EbicsRequestType nRequestType, EbicsVersion nEbicsVersion)

Parameters

nRequestType EbicsRequestType
nEbicsVersion EbicsVersion

Returns

string

ToString(EbicsRequestType)

public static string ToString(EbicsRequestType nRequestType)

Parameters

nRequestType EbicsRequestType

Returns

string

The XML tag for the given EBICS request type. If an undefined nRequestType was given, then null will be returned.