C# Класс SIL.FieldWorks.PaObjects.PaLexicalInfo

Наследование: IPaLexicalInfo, IDisposable
Показать файл Открыть проект

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

Метод Описание
Dispose ( ) : void
Initialize ( string name, string server, int timeToWaitForProcessStart, int timeToWaitForLoadingData ) : bool

Initializes the FDO repositories from the specified project and server.

LoadOnlyWritingSystems ( string name, string server, int timeToWaitForProcessStart, int timeToWaitForLoadingData ) : bool

Initializes the FDO repositories from the specified project and server but only loads the writing systems. Initialize must be called to get the rest of the data.

PaLexicalInfo ( ) : System

Contstructor is required to initialize ClientServerServices

ShowOpenProject ( Form owner, Rectangle &dialogBounds, int &dialogSplitterPos, string &name, string &server ) : bool

Displays a dialog that allows the user to choose an FW language project.

Защищенные методы

Метод Описание
Dispose ( bool fDisposing ) : void

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

Метод Описание
InternalInitialize ( string name, string server, bool loadOnlyWs, int timeToWaitForProcessStart, int timeToWaitForLoadingData ) : bool
LoadFwDataForPa ( SIL.FieldWorks.PaObjects.PaRemoteRequest requestor, string name, string server, bool loadOnlyWs, int timeToWaitForLoadingData, bool newProcessStarted, bool &foundFwProcess ) : bool

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

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

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool fDisposing ) : void
fDisposing bool
Результат void

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

Initializes the FDO repositories from the specified project and server.
public Initialize ( string name, string server, int timeToWaitForProcessStart, int timeToWaitForLoadingData ) : bool
name string
server string
timeToWaitForProcessStart int
timeToWaitForLoadingData int
Результат bool

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

Initializes the FDO repositories from the specified project and server but only loads the writing systems. Initialize must be called to get the rest of the data.
public LoadOnlyWritingSystems ( string name, string server, int timeToWaitForProcessStart, int timeToWaitForLoadingData ) : bool
name string
server string
timeToWaitForProcessStart int
timeToWaitForLoadingData int
Результат bool

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

Contstructor is required to initialize ClientServerServices
public PaLexicalInfo ( ) : System
Результат System

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

Displays a dialog that allows the user to choose an FW language project.
public ShowOpenProject ( Form owner, Rectangle &dialogBounds, int &dialogSplitterPos, string &name, string &server ) : bool
owner System.Windows.Forms.Form
dialogBounds System.Drawing.Rectangle
dialogSplitterPos int
name string
server string
Результат bool