C# Class CommandCreation.ArgumentParser

Mostrar archivo Open project: Confirmit/Students Class Usage Examples

Public Properties

Property Type Description
CommandArguments int[]>.Dictionary

Public Methods

Method Description
ArgumentParser ( string args ) : System
CheckIfCanBeExecuted ( ) : void

Private Methods

Method Description
CheckForEmptiness ( ) : void
CheckForProperCommandName ( ) : void
CheckForProperNumberOfArguments ( ) : void
CreateErrorMessage ( ) : string

Method Details

ArgumentParser() public method

public ArgumentParser ( string args ) : System
args string
return System

CheckIfCanBeExecuted() public method

public CheckIfCanBeExecuted ( ) : void
return void

Property Details

CommandArguments public_oe property

public Dictionary CommandArguments
return int[]>.Dictionary