Class EbicsAuthorisationLevelInfo
Contains information about a EbicsAuthorisationLevelInfo. Objects of this class can be conveniently used in selection boxes.
public class EbicsAuthorisationLevelInfo
- Inheritance
-
EbicsAuthorisationLevelInfo
- Inherited Members
Constructors
EbicsAuthorisationLevelInfo(EbicsAuthorisationLevel)
public EbicsAuthorisationLevelInfo(EbicsAuthorisationLevel nAuthorisationLevel)
Parameters
nAuthorisationLevelEbicsAuthorisationLevel
Properties
AuthorisationLevel
public EbicsAuthorisationLevel AuthorisationLevel { get; }
Property Value
AuthorisationLevelString
public string AuthorisationLevelString { get; }
Property Value
Description
public string Description { get; }
Property Value
Methods
GetAll()
Get all possible choices for a selection.
public static EbicsAuthorisationLevelInfo[] GetAll()
Returns
ToString()
public override string ToString()