C# 클래스 SIL.FieldWorks.PaObjects.PaLexicalInfo

상속: IPaLexicalInfo, IDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

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