C# Класс PyriteCore.ModulesControl

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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>

Приватные методы

Метод Описание
Clear ( ) : void
GetActionTypeByName ( string name ) : Type
Initialize ( ) : VoidResult
ModulesControl ( ) : System

Описание методов

CanRegisterAction() публичный Метод

public CanRegisterAction ( Type actionType ) : bool
actionType System.Type
Результат bool

CanRegisterChecker() публичный Метод

public CanRegisterChecker ( Type checkerType ) : bool
checkerType System.Type
Результат bool

CloneAction() публичный статический Метод

public static CloneAction ( ICustomAction action ) : Result
action ICustomAction
Результат Result

CloneChecker() публичный статический Метод

public static CloneChecker ( ICustomChecker checker ) : Result
checker ICustomChecker
Результат Result

CreateActionInstance() публичный Метод

public CreateActionInstance ( Type type, bool beginSettings ) : Result
type System.Type
beginSettings bool
Результат Result

CreateCheckerInstance() публичный Метод

public CreateCheckerInstance ( Type type, bool beginSettings ) : Result
type System.Type
beginSettings bool
Результат Result

GetViewName() публичный Метод

public GetViewName ( Type type ) : Result
type System.Type
Результат Result

IsStandart() публичный Метод

public IsStandart ( Type type ) : bool
type System.Type
Результат bool

RegisterAction() публичный Метод

public RegisterAction ( string filename ) : Result>
filename string
Результат Result>

RegisterChecker() публичный Метод

public RegisterChecker ( string filename ) : Result>
filename string
Результат Result>

RemoveAction() публичный Метод

public RemoveAction ( Type actionType ) : Result>
actionType System.Type
Результат Result>

RemoveChecker() публичный Метод

public RemoveChecker ( Type checkerType ) : Result>
checkerType System.Type
Результат Result>