Class EbicsFileSpoolerActionConverter
Inheritance
System.Object
EbicsFileSpoolerActionConverter
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 static class EbicsFileSpoolerActionConverter
Fields
ACTION_DOWNLOADBKA
Declaration
public const string ACTION_DOWNLOADBKA = "downloadbka"
Field Value
Type |
Description |
System.String |
|
ACTION_DOWNLOADBKI
Declaration
public const string ACTION_DOWNLOADBKI = "downloadbki"
Field Value
Type |
Description |
System.String |
|
ACTION_DOWNLOADC52
Declaration
public const string ACTION_DOWNLOADC52 = "downloadc52"
Field Value
Type |
Description |
System.String |
|
ACTION_DOWNLOADC53
Declaration
public const string ACTION_DOWNLOADC53 = "downloadc53"
Field Value
Type |
Description |
System.String |
|
ACTION_DOWNLOADC54
Declaration
public const string ACTION_DOWNLOADC54 = "downloadc54"
Field Value
Type |
Description |
System.String |
|
ACTION_DOWNLOADHAC
Declaration
public const string ACTION_DOWNLOADHAC = "downloadhac"
Field Value
Type |
Description |
System.String |
|
ACTION_UPLOADOUTBOX
Declaration
public const string ACTION_UPLOADOUTBOX = "uploadoutbox"
Field Value
Type |
Description |
System.String |
|
Methods
FromString(String)
Declaration
public static EbicsFileSpoolerActions FromString(string sAction)
Parameters
Type |
Name |
Description |
System.String |
sAction |
|
Returns
ToString(EbicsFileSpoolerActions)
Declaration
public static string ToString(EbicsFileSpoolerActions nAction)
Parameters
Returns
Type |
Description |
System.String |
|