C# 클래스 Isop.Controller.TurnParametersToArgumentWithOptions

파일 보기 프로젝트 열기: Lundalogik/isop 1 사용 예제들

공개 메소드들

메소드 설명
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