class MAGES::Migration::Editor::Options¶
Overview¶
Options for the update script references tool. More…
class Options { public: // properties string ProjectFolder; string FixesFile; int Verbosity; // methods Options(string[] args); };
Detailed Documentation¶
Options for the update script references tool.
Properties¶
string ProjectFolder
Gets or sets the project folder.
string FixesFile
Gets or sets the fixes file.
int Verbosity
Gets or sets the verbosity level.
Methods¶
Options(string[] args)
Initializes a new instance of the Options class.
Parameters:
args |
Options arguments. |