C# Класс KonfDBCF.Services.ServiceProxy

Показать файл Открыть проект

Открытые методы

Метод Описание
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