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.
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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