C# Класс clipr.Utils.AttributeConverter

Показать файл Открыть проект

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

Метод Описание
GetConverters ( Type type ) : System.ComponentModel.TypeConverter[]
ToNamedArgument ( this prop ) : INamedArgument
ToPositionalArgument ( this prop ) : IPositionalArgument

Приватные методы

Метод Описание
GetConverters ( PropertyInfo prop ) : System.ComponentModel.TypeConverter[]
GetLocalizationInfo ( PropertyInfo prop ) : LocalizationInfo
GetLocalizationInfo ( Type type ) : LocalizationInfo
GetStaticEnumerationConverter ( PropertyInfo prop ) : IEnumerable
GetStaticEnumerationConverter ( Type type ) : IEnumerable
GetStaticEnumerationConverterGated ( Type type ) : IEnumerable
SetDefaults ( ArgumentAttribute attr ) : void

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

GetConverters() публичный статический Метод

public static GetConverters ( Type type ) : System.ComponentModel.TypeConverter[]
type System.Type
Результат System.ComponentModel.TypeConverter[]

ToNamedArgument() публичный статический Метод

public static ToNamedArgument ( this prop ) : INamedArgument
prop this
Результат INamedArgument

ToPositionalArgument() публичный статический Метод

public static ToPositionalArgument ( this prop ) : IPositionalArgument
prop this
Результат IPositionalArgument