C# Class XAmpleManagedWrapper.XAmpleWrapper

Inheritance: IXAmpleWrapper, IDisposable
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_xample XAmpleDLLWrapper

Public Methods

Method Description
Dispose ( ) : void
Init ( ) : void
LoadFiles ( string fixedFilesDir, string dynamicFilesDir, string databaseName ) : void
ParseWord ( string wordform ) : string
SetParameter ( string name, string value ) : void
TraceWord ( string wordform, string selectedMorphs ) : string

Protected Methods

Method Description
Dispose ( bool fDisposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Init() public method

public Init ( ) : void
return void

LoadFiles() public method

public LoadFiles ( string fixedFilesDir, string dynamicFilesDir, string databaseName ) : void
fixedFilesDir string
dynamicFilesDir string
databaseName string
return void

ParseWord() public method

public ParseWord ( string wordform ) : string
wordform string
return string

SetParameter() public method

public SetParameter ( string name, string value ) : void
name string
value string
return void

TraceWord() public method

public TraceWord ( string wordform, string selectedMorphs ) : string
wordform string
selectedMorphs string
return string

Property Details

m_xample protected_oe property

protected XAmpleDLLWrapper,XAmpleManagedWrapper m_xample
return XAmpleDLLWrapper