C# 클래스 Core.Profiles.ProfilesPlugin

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

공개 메소드들

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

Registers the specified container.

Uninstall ( ) : void

비공개 메소드들

메소드 설명
ProfilesPlugin ( ) : System

메소드 상세

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