C# Класс Dev2.Models.ServerExplorerClientProxy

Наследование: IClientExplorerResourceRepository
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddItem ( IExplorerItem itemToAdd, System.Guid workSpaceId ) : IExplorerRepositoryResult
DeleteItem ( IExplorerItem itemToRename, System.Guid workSpaceId ) : IExplorerRepositoryResult
GetServerVersion ( ) : string
Load ( System.Guid workSpaceId ) : IExplorerItem
Load ( ResourceType type, System.Guid workSpaceId ) : IExplorerItem
MoveItem ( IExplorerItem itemToMove, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult
RenameFolder ( string path, string newName, System.Guid workSpaceId ) : IExplorerRepositoryResult
RenameItem ( IExplorerItem itemToRename, string newName, System.Guid workSpaceId ) : IExplorerRepositoryResult
ServerExplorerClientProxy ( IEnvironmentConnection connection ) : System
ServerExplorerClientProxy ( IEnvironmentConnection connection, ICommunicationControllerFactory communicationControllerFactory ) : System

Описание методов

AddItem() публичный Метод

public AddItem ( IExplorerItem itemToAdd, System.Guid workSpaceId ) : IExplorerRepositoryResult
itemToAdd IExplorerItem
workSpaceId System.Guid
Результат IExplorerRepositoryResult

DeleteItem() публичный Метод

public DeleteItem ( IExplorerItem itemToRename, System.Guid workSpaceId ) : IExplorerRepositoryResult
itemToRename IExplorerItem
workSpaceId System.Guid
Результат IExplorerRepositoryResult

GetServerVersion() публичный Метод

public GetServerVersion ( ) : string
Результат string

Load() публичный Метод

public Load ( System.Guid workSpaceId ) : IExplorerItem
workSpaceId System.Guid
Результат IExplorerItem

Load() публичный Метод

public Load ( ResourceType type, System.Guid workSpaceId ) : IExplorerItem
type ResourceType
workSpaceId System.Guid
Результат IExplorerItem

MoveItem() публичный Метод

public MoveItem ( IExplorerItem itemToMove, string newPath, System.Guid workSpaceId ) : IExplorerRepositoryResult
itemToMove IExplorerItem
newPath string
workSpaceId System.Guid
Результат IExplorerRepositoryResult

RenameFolder() публичный Метод

public RenameFolder ( string path, string newName, System.Guid workSpaceId ) : IExplorerRepositoryResult
path string
newName string
workSpaceId System.Guid
Результат IExplorerRepositoryResult

RenameItem() публичный Метод

public RenameItem ( IExplorerItem itemToRename, string newName, System.Guid workSpaceId ) : IExplorerRepositoryResult
itemToRename IExplorerItem
newName string
workSpaceId System.Guid
Результат IExplorerRepositoryResult

ServerExplorerClientProxy() публичный Метод

public ServerExplorerClientProxy ( IEnvironmentConnection connection ) : System
connection IEnvironmentConnection
Результат System

ServerExplorerClientProxy() публичный Метод

public ServerExplorerClientProxy ( IEnvironmentConnection connection, ICommunicationControllerFactory communicationControllerFactory ) : System
connection IEnvironmentConnection
communicationControllerFactory ICommunicationControllerFactory
Результат System