C# Class SIL.FieldWorks.PaObjects.PaLexicalInfo

Inheritance: IPaLexicalInfo, IDisposable
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

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

Protected Methods

Method Description
Dispose ( bool fDisposing ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool fDisposing ) : void
fDisposing bool
return void

Initialize() public method

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

LoadOnlyWritingSystems() public method

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

PaLexicalInfo() public method

Contstructor is required to initialize ClientServerServices
public PaLexicalInfo ( ) : System
return System

ShowOpenProject() public method

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