C# Class PyriteCore.ModulesControl

Afficher le fichier Open project: noant/Pyrite Class Usage Examples

Méthodes publiques

Méthode Description
CanRegisterAction ( Type actionType ) : bool
CanRegisterChecker ( Type checkerType ) : bool
CloneAction ( ICustomAction action ) : Result
CloneChecker ( ICustomChecker checker ) : Result
CreateActionInstance ( Type type, bool beginSettings ) : Result
CreateCheckerInstance ( Type type, bool beginSettings ) : Result
GetViewName ( Type type ) : Result
IsStandart ( Type type ) : bool
RegisterAction ( string filename ) : Result>
RegisterChecker ( string filename ) : Result>
RemoveAction ( Type actionType ) : Result>
RemoveChecker ( Type checkerType ) : Result>

Private Methods

Méthode Description
Clear ( ) : void
GetActionTypeByName ( string name ) : Type
Initialize ( ) : VoidResult
ModulesControl ( ) : System

Method Details

CanRegisterAction() public méthode

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

CanRegisterChecker() public méthode

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

CloneAction() public static méthode

public static CloneAction ( ICustomAction action ) : Result
action ICustomAction
Résultat Result

CloneChecker() public static méthode

public static CloneChecker ( ICustomChecker checker ) : Result
checker ICustomChecker
Résultat Result

CreateActionInstance() public méthode

public CreateActionInstance ( Type type, bool beginSettings ) : Result
type System.Type
beginSettings bool
Résultat Result

CreateCheckerInstance() public méthode

public CreateCheckerInstance ( Type type, bool beginSettings ) : Result
type System.Type
beginSettings bool
Résultat Result

GetViewName() public méthode

public GetViewName ( Type type ) : Result
type System.Type
Résultat Result

IsStandart() public méthode

public IsStandart ( Type type ) : bool
type System.Type
Résultat bool

RegisterAction() public méthode

public RegisterAction ( string filename ) : Result>
filename string
Résultat Result>

RegisterChecker() public méthode

public RegisterChecker ( string filename ) : Result>
filename string
Résultat Result>

RemoveAction() public méthode

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

RemoveChecker() public méthode

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