C# Class PyriteCore.ModulesControl

Mostrar archivo Open project: noant/Pyrite Class Usage Examples

Public Methods

Method 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

Method Description
Clear ( ) : void
GetActionTypeByName ( string name ) : Type
Initialize ( ) : VoidResult
ModulesControl ( ) : System

Method Details

CanRegisterAction() public method

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

CanRegisterChecker() public method

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

CloneAction() public static method

public static CloneAction ( ICustomAction action ) : Result
action ICustomAction
return Result

CloneChecker() public static method

public static CloneChecker ( ICustomChecker checker ) : Result
checker ICustomChecker
return Result

CreateActionInstance() public method

public CreateActionInstance ( Type type, bool beginSettings ) : Result
type System.Type
beginSettings bool
return Result

CreateCheckerInstance() public method

public CreateCheckerInstance ( Type type, bool beginSettings ) : Result
type System.Type
beginSettings bool
return Result

GetViewName() public method

public GetViewName ( Type type ) : Result
type System.Type
return Result

IsStandart() public method

public IsStandart ( Type type ) : bool
type System.Type
return bool

RegisterAction() public method

public RegisterAction ( string filename ) : Result>
filename string
return Result>

RegisterChecker() public method

public RegisterChecker ( string filename ) : Result>
filename string
return Result>

RemoveAction() public method

public RemoveAction ( Type actionType ) : Result>
actionType System.Type
return Result>

RemoveChecker() public method

public RemoveChecker ( Type checkerType ) : Result>
checkerType System.Type
return Result>