Class EbicsAuthorisationLevelInfo

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

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

nAuthorisationLevel EbicsAuthorisationLevel

Properties

AuthorisationLevel

public EbicsAuthorisationLevel AuthorisationLevel { get; }

Property Value

EbicsAuthorisationLevel

AuthorisationLevelString

public string AuthorisationLevelString { get; }

Property Value

string

Description

public string Description { get; }

Property Value

string

Methods

GetAll()

Get all possible choices for a selection.

public static EbicsAuthorisationLevelInfo[] GetAll()

Returns

EbicsAuthorisationLevelInfo[]

ToString()

public override string ToString()

Returns

string