C# Class LinqTwit.Infrastructure.Commands.ArgumentParser

Inheritance: IArgumentParser
Afficher le fichier Open project: ArildF/linqtwit Class Usage Examples

Méthodes publiques

Méthode Description
ArgumentParser ( ICommandArgumentParserResolver resolver ) : System
ResolveArguments ( ICommand cmd, string commandLine ) : object

Private Methods

Méthode Description
FindGenericCommandType ( ICommand command ) : Type
TryResolveArguments ( ICommand command, string line ) : IEnumerable
TryResolveAsString ( ICommand command, string line ) : object
TryResolveFromSpecificParser ( ICommand command, string line ) : object

Method Details

ArgumentParser() public méthode

public ArgumentParser ( ICommandArgumentParserResolver resolver ) : System
resolver ICommandArgumentParserResolver
Résultat System

ResolveArguments() public méthode

public ResolveArguments ( ICommand cmd, string commandLine ) : object
cmd ICommand
commandLine string
Résultat object