C# Класс NAnt.Core.LevelConverter

Specialized EnumConverter for Level that ignores case when converting from string.
Наследование: System.ComponentModel.EnumConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object

Converts the given object to the type of this converter, using the specified context and culture information.

LevelConverter ( ) : System

Initializes a new instance of the LevelConverter class.

Описание методов

ConvertFrom() публичный Метод

Converts the given object to the type of this converter, using the specified context and culture information.
public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext An that provides a format context.
culture System.Globalization.CultureInfo A object. If a is passed, the current culture is assumed.
value object The to convert.
Результат object

LevelConverter() публичный Метод

Initializes a new instance of the LevelConverter class.
public LevelConverter ( ) : System
Результат System