C# Class Itenso.Sys.Application.Argument

Inheritance: IArgument
Mostra file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
Load ( string commandLineArg ) : void

Protected Methods

Method Description
Argument ( ArgumentType argumentType, string name, object defaultValue )
OnLoad ( string commandLineArg ) : bool

Method Details

Argument() protected method

protected Argument ( ArgumentType argumentType, string name, object defaultValue )
argumentType ArgumentType
name string
defaultValue object

Load() public method

public Load ( string commandLineArg ) : void
commandLineArg string
return void

OnLoad() protected abstract method

protected abstract OnLoad ( string commandLineArg ) : bool
commandLineArg string
return bool