C# Класс SIL.FieldWorks.FDO.DomainServices.ClientServerServices

ClientServerServices exposes functions that support the possibility of having a second backend (in addition to the standard XmlBackend) available to the user.
Показать файл Открыть проект

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

Метод Описание
GetExtension ( this type ) : string

Gets the default extension for the backend type.

SetCurrentToDb4OBackend ( IFdoUI ui, IFdoDirectories dirs ) : void

This is the implementation for the static constructor. It is in a separate method to allow tests to reset it (using reflection).

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

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

Gets the default extension for the backend type.
public static GetExtension ( this type ) : string
type this
Результат string

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

This is the implementation for the static constructor. It is in a separate method to allow tests to reset it (using reflection).
public static SetCurrentToDb4OBackend ( IFdoUI ui, IFdoDirectories dirs ) : void
ui IFdoUI
dirs IFdoDirectories
Результат void