C# 클래스 PyriteCore.ModulesControl

파일 보기 프로젝트 열기: noant/Pyrite 1 사용 예제들

공개 메소드들

메소드 설명
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>