C# 클래스 DotNetWebSdkGeneration.CommandLineParsing.CommandLineArgumentParser

파일 보기 프로젝트 열기: lukeautry/DotNetWebSDK 1 사용 예제들

비공개 메소드들

메소드 설명
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