C# Class PyriteCore.ScenarioCreation.ComplexChecker

Inheritance: ICustomChecker, IHasCheckerAction
Afficher le fichier Open project: noant/Pyrite Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

BeginUserSettings() public méthode

public BeginUserSettings ( ) : bool
Résultat bool

ComplexChecker() public méthode

public ComplexChecker ( ) : System
Résultat System

ForAllActionAndChecker() public méthode

public ForAllActionAndChecker ( Action action ) : void
action Action
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RemoveAction() public méthode

public RemoveAction ( Type actionType ) : bool
actionType System.Type
Résultat bool

RemoveChecker() public méthode

public RemoveChecker ( Type checkerType ) : bool
checkerType System.Type
Résultat bool