C# Class PyriteCore.ScenarioCreation.DoubleComplexAction

Inheritance: ICustomAction, IHasCheckerAction
Afficher le fichier Open project: noant/Pyrite

Méthodes publiques

Свойство Type Description
BeginState string
EndState string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeginUserSettings ( ) : bool
Do ( string inputState ) : string
DoubleComplexAction ( ) : 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

Do() public méthode

public Do ( string inputState ) : string
inputState string
Résultat string

DoubleComplexAction() public méthode

public DoubleComplexAction ( ) : 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

Property Details

BeginState public_oe static_oe property

public static string BeginState
Résultat string

EndState public_oe static_oe property

public static string EndState
Résultat string