C# Class RJH.CommandLineHelper.Parser.SwitchRecord

The SwitchRecord is stored within the parser's collection of registered switches. This class is private to the outside world.
Afficher le fichier Open project: suntong/lang

Méthodes publiques

Méthode Description
AddAlias ( string alias ) : void
Notify ( object value ) : void
SwitchRecord ( string name, string description ) : System
SwitchRecord ( string name, string description, System type ) : System

Private Methods

Méthode Description
BuildPattern ( ) : void
Initialize ( string name, string description ) : void

Method Details

AddAlias() public méthode

public AddAlias ( string alias ) : void
alias string
Résultat void

Notify() public méthode

public Notify ( object value ) : void
value object
Résultat void

SwitchRecord() public méthode

public SwitchRecord ( string name, string description ) : System
name string
description string
Résultat System

SwitchRecord() public méthode

public SwitchRecord ( string name, string description, System type ) : System
name string
description string
type System
Résultat System