Class EbicsAuthorisationLevelInfo
Contains information about a EbicsAuthorisationLevelInfo. Objects of this class can be conveniently used in selection boxes.
Inheritance
System.Object
EbicsAuthorisationLevelInfo
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)
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsAuthorisationLevelInfo
Constructors
EbicsAuthorisationLevelInfo(EbicsAuthorisationLevel)
Declaration
public EbicsAuthorisationLevelInfo(EbicsAuthorisationLevel nAuthorisationLevel)
Parameters
Type | Name | Description |
---|---|---|
EbicsAuthorisationLevel | nAuthorisationLevel |
Properties
AuthorisationLevel
Declaration
public EbicsAuthorisationLevel AuthorisationLevel { get; }
Property Value
Type | Description |
---|---|
EbicsAuthorisationLevel |
AuthorisationLevelString
Declaration
public string AuthorisationLevelString { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetAll()
Get all possible choices for a selection.
Declaration
public static EbicsAuthorisationLevelInfo[] GetAll()
Returns
Type | Description |
---|---|
EbicsAuthorisationLevelInfo[] |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()