Method | Description | |
---|---|---|
CanRegisterAction ( |
||
CanRegisterChecker ( |
||
CloneAction ( ICustomAction action ) : Result |
||
CloneChecker ( ICustomChecker checker ) : Result |
||
CreateActionInstance ( |
||
CreateCheckerInstance ( |
||
GetViewName ( |
||
IsStandart ( |
||
RegisterAction ( string filename ) : Result |
||
RegisterChecker ( string filename ) : Result |
||
RemoveAction ( |
||
RemoveChecker ( |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
GetActionTypeByName ( string name ) : |
||
Initialize ( ) : VoidResult | ||
ModulesControl ( ) : System |
public CanRegisterAction ( |
||
actionType | ||
return | bool |
public CanRegisterChecker ( |
||
checkerType | ||
return | bool |
public static CloneAction ( ICustomAction action ) : Result |
||
action | ICustomAction | |
return | Result |
public static CloneChecker ( ICustomChecker checker ) : Result |
||
checker | ICustomChecker | |
return | Result |
public CreateActionInstance ( |
||
type | ||
beginSettings | bool | |
return | Result |
public CreateCheckerInstance ( |
||
type | ||
beginSettings | bool | |
return | Result |
public GetViewName ( |
||
type | ||
return | Result |
public RegisterAction ( string filename ) : Result |
||
filename | string | |
return | Result |
public RegisterChecker ( string filename ) : Result |
||
filename | string | |
return | Result |
public RemoveAction ( |
||
actionType | ||
return | Result |
public RemoveChecker ( |
||
checkerType | ||
return | Result |