C# Class TaskMasterOptions, TabMigrate

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

Public Methods

Method 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 method

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

GetOptionValue() public method

Get the value of an option
public GetOptionValue ( string optionName ) : string
optionName string
return string

IsOptionSet() public method

public IsOptionSet ( string optionName ) : bool
optionName string
return bool