C# Class Itenso.Sys.Application.Argument

Inheritance: IArgument
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode Description
Load ( string commandLineArg ) : void

Méthodes protégées

Méthode Description
Argument ( ArgumentType argumentType, string name, object defaultValue )
OnLoad ( string commandLineArg ) : bool

Method Details

Argument() protected méthode

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

Load() public méthode

public Load ( string commandLineArg ) : void
commandLineArg string
Résultat void

OnLoad() protected abstract méthode

protected abstract OnLoad ( string commandLineArg ) : bool
commandLineArg string
Résultat bool