C# 클래스 Binboo.Core.Plugins.AbstractBasePlugin

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

보호된 프로퍼티들

프로퍼티 타입 설명
_log log4net.ILog
storageManager IStorageManager

공개 메소드들

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

보호된 메소드들

메소드 설명
AbstractBasePlugin ( IStorageManager storageManager ) : System
AddCommand ( IStorageManager storageManager, IBotCommand command ) : void

비공개 메소드들

메소드 설명
GetCommand ( string commandName ) : IBotCommand

메소드 상세

AbstractBasePlugin() 보호된 메소드

protected AbstractBasePlugin ( IStorageManager storageManager ) : System
storageManager IStorageManager
리턴 System

AddCommand() 보호된 메소드

protected AddCommand ( IStorageManager storageManager, IBotCommand command ) : void
storageManager IStorageManager
command IBotCommand
리턴 void

ExecuteCommand() 공개 메소드

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

Initialize() 공개 추상적인 메소드

public abstract Initialize ( ) : void
리턴 void

프로퍼티 상세

_log 보호되어 있는 프로퍼티

protected ILog,log4net _log
리턴 log4net.ILog

storageManager 보호되어 있는 프로퍼티

protected IStorageManager storageManager
리턴 IStorageManager