C# Класс withSIX.Sync.Core.Repositories.RepositoryHandler

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

Открытые свойства

Свойство Тип Описание
Remote bool

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

Метод Описание
AddRemotes ( Uri[]>.IEnumerable remotes, Repository repo ) : System.Threading.Tasks.Task
GetBundleManager ( IAbsoluteDirectoryPath synqPath, IAbsoluteDirectoryPath workPath, Uri[]>.IEnumerable remotes = null ) : Task
ReplaceRemotes ( Uri[]>.IEnumerable remotes, Repository repo ) : System.Threading.Tasks.Task
UpdateRepository ( IAbsoluteDirectoryPath workDir, IAbsoluteDirectoryPath repoDir ) : System.Threading.Tasks.Task

Приватные методы

Метод Описание
Create ( IAbsoluteDirectoryPath synqPath ) : Repository
GetCM ( IAbsoluteDirectoryPath synqPath, IAbsoluteDirectoryPath workPath, Repository repo ) : Task
GetRepo ( IAbsoluteDirectoryPath synqPath ) : Repository
Open ( IAbsoluteDirectoryPath synqPath ) : Repository
OpenOrCreateRepo ( IAbsoluteDirectoryPath synqPath ) : Repository

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

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

public static AddRemotes ( Uri[]>.IEnumerable remotes, Repository repo ) : System.Threading.Tasks.Task
remotes Uri[]>.IEnumerable
repo Repository
Результат System.Threading.Tasks.Task

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

public static GetBundleManager ( IAbsoluteDirectoryPath synqPath, IAbsoluteDirectoryPath workPath, Uri[]>.IEnumerable remotes = null ) : Task
synqPath IAbsoluteDirectoryPath
workPath IAbsoluteDirectoryPath
remotes Uri[]>.IEnumerable
Результат Task

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

public static ReplaceRemotes ( Uri[]>.IEnumerable remotes, Repository repo ) : System.Threading.Tasks.Task
remotes Uri[]>.IEnumerable
repo Repository
Результат System.Threading.Tasks.Task

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

public UpdateRepository ( IAbsoluteDirectoryPath workDir, IAbsoluteDirectoryPath repoDir ) : System.Threading.Tasks.Task
workDir IAbsoluteDirectoryPath
repoDir IAbsoluteDirectoryPath
Результат System.Threading.Tasks.Task

Описание свойств

Remote публичное свойство

public bool Remote
Результат bool