Метод | Описание | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
CanConvertTo ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, |
Converts logging level name to the enumerated value
|
|
ConvertTo ( ITypeDescriptorContext context, |
Converts logging level to a user-friendly display name
|
|
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
LogLevelTypeConverter ( ) : System |
Метод | Описание | |
---|---|---|
Convert ( object value ) : object | ||
ConvertToLevel ( string name ) : int? | ||
ConvertToName ( int level ) : string |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
Результат | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
Результат | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
Результат | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
destinationType | ||
Результат | object |
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
context | ITypeDescriptorContext | |
Результат | StandardValuesCollection |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Результат | bool |