C# Class DotNetWebSdkGeneration.CommandLineParsing.CommandLineArgumentParser

显示文件 Open project: lukeautry/DotNetWebSDK Class Usage Examples

Private Methods

Method Description
CommandLineArgumentParser ( IEnumerable commandLineArguments ) : System
GetBaseApiUrl ( ) : string
GetCommandType ( string argument ) : CommandType
GetCommandValue ( CommandType commandType ) : string
GetCommandValueFromArgument ( string trimmedArgument ) : string
GetOutputPath ( ) : string
GetSourcePath ( ) : string
IndexOfEqualSign ( string argument ) : int
ParseArgument ( string argument ) : string>.KeyValuePair
ParseArguments ( IEnumerable commandLineArguments ) : string>.Dictionary