C# Class CommandCreation.ArgumentParser

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Свойство Type Description
CommandArguments int[]>.Dictionary

Méthodes publiques

Méthode Description
ArgumentParser ( string args ) : System
CheckIfCanBeExecuted ( ) : void

Private Methods

Méthode Description
CheckForEmptiness ( ) : void
CheckForProperCommandName ( ) : void
CheckForProperNumberOfArguments ( ) : void
CreateErrorMessage ( ) : string

Method Details

ArgumentParser() public méthode

public ArgumentParser ( string args ) : System
args string
Résultat System

CheckIfCanBeExecuted() public méthode

public CheckIfCanBeExecuted ( ) : void
Résultat void

Property Details

CommandArguments public_oe property

public Dictionary CommandArguments
Résultat int[]>.Dictionary