C# Класс ZeroInstall.Commands.Utils.SyncUtils

Helper methods for creating instances of SyncIntegrationManager.
Показать файл Открыть проект

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

Метод Описание
FromSyncServer ( [ config, SyncServer syncServer ) : void

Writes the data of a SyncServer struct back to a Config.

ToSyncServer ( [ config ) : SyncServer

Reads the relevant information from a Config in order to construct a SyncServer struct.

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

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

Writes the data of a SyncServer struct back to a Config.
public static FromSyncServer ( [ config, SyncServer syncServer ) : void
config [
syncServer ZeroInstall.DesktopIntegration.SyncServer
Результат void

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

Reads the relevant information from a Config in order to construct a SyncServer struct.
public static ToSyncServer ( [ config ) : SyncServer
config [
Результат ZeroInstall.DesktopIntegration.SyncServer