C# Class SylphyHorn.CommandLineArgsBase

Mostrar archivo Open project: Grabacr07/SylphyHorn

Public Methods

Method Description
CreateOption ( string propertyName, string value ) : CommandLineOption
GetKey ( string propertyName ) : string

Protected Methods

Method Description
CommandLineArgsBase ( string args, string keyPrefixOverride = null, string separatorsOverride = null ) : System

Method Details

CommandLineArgsBase() protected method

protected CommandLineArgsBase ( string args, string keyPrefixOverride = null, string separatorsOverride = null ) : System
args string
keyPrefixOverride string
separatorsOverride string
return System

CreateOption() public method

public CreateOption ( string propertyName, string value ) : CommandLineOption
propertyName string
value string
return CommandLineOption

GetKey() public method

public GetKey ( string propertyName ) : string
propertyName string
return string