C# Class 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.
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
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).

Method Details

GetExtension() public static method

Gets the default extension for the backend type.
public static GetExtension ( this type ) : string
type this
return string

SetCurrentToDb4OBackend() public static method

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
return void