C# Класс CmisSync.Lib.PathRepresentationConverter

Path representation converter.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LocalToRemote ( string localPath ) : string
RemoteToLocal ( string remotePath ) : string
SetConverter ( IPathRepresentationConverter converter ) : void

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

LocalToRemote() статический публичный Метод

static public LocalToRemote ( string localPath ) : string
localPath string
Результат string

RemoteToLocal() статический публичный Метод

static public RemoteToLocal ( string remotePath ) : string
remotePath string
Результат string

SetConverter() статический публичный Метод

static public SetConverter ( IPathRepresentationConverter converter ) : void
converter IPathRepresentationConverter
Результат void