C# Class SIL.FieldWorks.PaObjects.PaLexicalInfo

Inheritance: IPaLexicalInfo, IDisposable
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool fDisposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool fDisposing ) : void
fDisposing bool
Résultat void

Initialize() public méthode

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
Résultat bool

LoadOnlyWritingSystems() public méthode

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
Résultat bool

PaLexicalInfo() public méthode

Contstructor is required to initialize ClientServerServices
public PaLexicalInfo ( ) : System
Résultat System

ShowOpenProject() public méthode

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
Résultat bool