C# Class TaskMasterOptions, TabMigrate

The set of options and parameters that gets passed into the task manager
Afficher le fichier Open project: tableau/TabMigrate Class Usage Examples

Méthodes publiques

Méthode Description
AddOption ( string optionName, string optionValue = "" ) : void

Adds a dictionary value

GetOptionValue ( string optionName ) : string

Get the value of an option

IsOptionSet ( string optionName ) : bool

Method Details

AddOption() public méthode

Adds a dictionary value
public AddOption ( string optionName, string optionValue = "" ) : void
optionName string
optionValue string
Résultat void

GetOptionValue() public méthode

Get the value of an option
public GetOptionValue ( string optionName ) : string
optionName string
Résultat string

IsOptionSet() public méthode

public IsOptionSet ( string optionName ) : bool
optionName string
Résultat bool