C# Класс Isop.Controller.TurnParametersToArgumentWithOptions

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetParametersForMethod ( MethodInfo method, ParsedArguments parsedArguments ) : IEnumerable
GetRecognizers ( MethodBase method ) : IEnumerable
TurnParametersToArgumentWithOptions ( CultureInfo culture, Func typeConverter ) : System

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

Метод Описание
AddArgumentWithOptionsForPropertiesOnObject ( List recognizers, ParameterInfo parameterInfo ) : void
ConvertFrom ( RecognizedArgument arg1, Type type ) : object
CreateObjectFromArguments ( ParsedArguments parsedArguments, ParameterInfo paramInfo ) : object
DefaultConvertFrom ( Type type, string s, CultureInfo cultureInfo ) : object
GetArgumentWithOptions ( ParameterInfo parameterInfo ) : ArgumentWithOptions

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

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

public GetParametersForMethod ( MethodInfo method, ParsedArguments parsedArguments ) : IEnumerable
method System.Reflection.MethodInfo
parsedArguments Isop.Parse.ParsedArguments
Результат IEnumerable

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

public GetRecognizers ( MethodBase method ) : IEnumerable
method System.Reflection.MethodBase
Результат IEnumerable

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

public TurnParametersToArgumentWithOptions ( CultureInfo culture, Func typeConverter ) : System
culture System.Globalization.CultureInfo
typeConverter Func
Результат System