C# 클래스 KonfDBCF.Services.ServiceProxy

파일 보기 프로젝트 열기: punitganshani/KonfDB

공개 메소드들

메소드 설명
ExecuteCommand ( ClientCommand command ) : ServiceCommandOutput
ExecuteCommand ( string command ) : ServiceCommandOutput
ServiceProxy ( ICommandService commandService, ClientConfig configuration ) : System

비공개 메소드들

메소드 설명
AuthenticateUser ( string username, string password ) : IAuthenticationOutput
ExecuteCommandInternal ( string command ) : ServiceCommandOutput

메소드 상세

ExecuteCommand() 공개 메소드

public ExecuteCommand ( ClientCommand command ) : ServiceCommandOutput
command KonfDBCF.Core.ClientCommand
리턴 ServiceCommandOutput

ExecuteCommand() 공개 메소드

public ExecuteCommand ( string command ) : ServiceCommandOutput
command string
리턴 ServiceCommandOutput

ServiceProxy() 공개 메소드

public ServiceProxy ( ICommandService commandService, ClientConfig configuration ) : System
commandService ICommandService
configuration KonfDBCF.Configuration.ClientConfig
리턴 System