C# Class SolarixGrammarEngineNET.ThesaurusLinks

Inheritance: IDisposable
Datei anzeigen Open project: Koziev/GrammarEngine

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Count() public method

public Count ( ) : int
return int

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetEntry2() public method

public GetEntry2 ( int index ) : int
index int
return int

GetLinkID() public method

public GetLinkID ( int index ) : int
index int
return int

GetTags() public method

public GetTags ( int index ) : string
index int
return string

ThesaurusLinks() public method

public ThesaurusLinks ( IntPtr _hEngine, IntPtr _hList ) : System
_hEngine System.IntPtr
_hList System.IntPtr
return System