C# Class SolarixGrammarEngineNET.ThesaurusLinks

Inheritance: IDisposable
Afficher le fichier Open project: Koziev/GrammarEngine

Méthodes publiques

Méthode Description
Count ( ) : int
Dispose ( ) : void
GetEntry2 ( int index ) : int
GetLinkID ( int index ) : int
GetTags ( int index ) : string
ThesaurusLinks ( IntPtr _hEngine, IntPtr _hList ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Count() public méthode

public Count ( ) : int
Résultat int

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GetEntry2() public méthode

public GetEntry2 ( int index ) : int
index int
Résultat int

GetLinkID() public méthode

public GetLinkID ( int index ) : int
index int
Résultat int

GetTags() public méthode

public GetTags ( int index ) : string
index int
Résultat string

ThesaurusLinks() public méthode

public ThesaurusLinks ( IntPtr _hEngine, IntPtr _hList ) : System
_hEngine System.IntPtr
_hList System.IntPtr
Résultat System