C# 클래스 LinqTwit.Infrastructure.Commands.ArgumentParser

상속: IArgumentParser
파일 보기 프로젝트 열기: ArildF/linqtwit 1 사용 예제들

공개 메소드들

메소드 설명
ArgumentParser ( ICommandArgumentParserResolver resolver ) : System
ResolveArguments ( ICommand cmd, string commandLine ) : object

비공개 메소드들

메소드 설명
FindGenericCommandType ( ICommand command ) : Type
TryResolveArguments ( ICommand command, string line ) : IEnumerable
TryResolveAsString ( ICommand command, string line ) : object
TryResolveFromSpecificParser ( ICommand command, string line ) : object

메소드 상세

ArgumentParser() 공개 메소드

public ArgumentParser ( ICommandArgumentParserResolver resolver ) : System
resolver ICommandArgumentParserResolver
리턴 System

ResolveArguments() 공개 메소드

public ResolveArguments ( ICommand cmd, string commandLine ) : object
cmd ICommand
commandLine string
리턴 object