C# 클래스 Binboo.Core.Tests.Tests.ApplicationTestCase.PluginBase

상속: IPlugin
파일 보기 프로젝트 열기: adrianoc/binboo

공개 메소드들

메소드 설명
ExecuteCommand ( string commandName, IContext context ) : ICommandResult
Initialize ( ) : void

보호된 메소드들

메소드 설명
PluginBase ( string name ) : System

메소드 상세

ExecuteCommand() 공개 메소드

public ExecuteCommand ( string commandName, IContext context ) : ICommandResult
commandName string
context IContext
리턴 ICommandResult

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

PluginBase() 보호된 메소드

protected PluginBase ( string name ) : System
name string
리턴 System