C# Class XAmpleManagedWrapper.XAmpleWrapper

Inheritance: IXAmpleWrapper, IDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_xample XAmpleDLLWrapper

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool fDisposing ) : void

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

Init() public méthode

public Init ( ) : void
Résultat void

LoadFiles() public méthode

public LoadFiles ( string fixedFilesDir, string dynamicFilesDir, string databaseName ) : void
fixedFilesDir string
dynamicFilesDir string
databaseName string
Résultat void

ParseWord() public méthode

public ParseWord ( string wordform ) : string
wordform string
Résultat string

SetParameter() public méthode

public SetParameter ( string name, string value ) : void
name string
value string
Résultat void

TraceWord() public méthode

public TraceWord ( string wordform, string selectedMorphs ) : string
wordform string
selectedMorphs string
Résultat string

Property Details

m_xample protected_oe property

protected XAmpleDLLWrapper,XAmpleManagedWrapper m_xample
Résultat XAmpleDLLWrapper