C# Class FC3Editor.Tools.ToolValidation

Inheritance: ITool, IToolBase, IParameterProvider
Mostra file Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
GetContextHelp ( ) : string
GetMainParameter ( ) : IParameter
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
ToolValidation ( ) : System

Private Methods

Method Description
ClearReports ( ) : void
RefreshReports ( ) : void
UpdateGameModesValidation ( ) : void
UpdateReports ( ) : void
gameModes_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

GetContextHelp() public method

public GetContextHelp ( ) : string
return string

GetMainParameter() public method

public GetMainParameter ( ) : IParameter
return IParameter

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

GetToolImage() public method

public GetToolImage ( ) : Image
return Image

GetToolName() public method

public GetToolName ( ) : string
return string

ToolValidation() public method

public ToolValidation ( ) : System
return System