C# 클래스 Core.Forms.FormsPlugin

상속: BasePlugin, IPermissible
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
GetPluginIdentifier ( ) : string
GetPluginMigrationsAssembly ( ) : Assembly
Install ( ) : void
Register ( IWindsorContainer container ) : void

Registers the specified container.

Uninstall ( ) : void

비공개 메소드들

메소드 설명
FormsPlugin ( ) : System

메소드 상세

GetPluginIdentifier() 공개 정적인 메소드

public static GetPluginIdentifier ( ) : string
리턴 string

GetPluginMigrationsAssembly() 공개 메소드

public GetPluginMigrationsAssembly ( ) : Assembly
리턴 System.Reflection.Assembly

Install() 공개 메소드

public Install ( ) : void
리턴 void

Register() 공개 메소드

Registers the specified container.
public Register ( IWindsorContainer container ) : void
container IWindsorContainer The container.
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void