C# Class PyriteCore.ScenarioCreation.ComplexChecker

Inheritance: ICustomChecker, IHasCheckerAction
Mostrar archivo Open project: noant/Pyrite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BeginUserSettings ( ) : bool
ComplexChecker ( ) : System
ForAllActionAndChecker ( Action action ) : void
Refresh ( ) : void
RemoveAction ( Type actionType ) : bool
RemoveChecker ( Type checkerType ) : bool

Method Details

BeginUserSettings() public method

public BeginUserSettings ( ) : bool
return bool

ComplexChecker() public method

public ComplexChecker ( ) : System
return System

ForAllActionAndChecker() public method

public ForAllActionAndChecker ( Action action ) : void
action Action
return void

Refresh() public method

public Refresh ( ) : void
return void

RemoveAction() public method

public RemoveAction ( Type actionType ) : bool
actionType System.Type
return bool

RemoveChecker() public method

public RemoveChecker ( Type checkerType ) : bool
checkerType System.Type
return bool