C# Class Goedel.Persistence.IndexTermExtended

An index term that specifies the index it is linked to.
Inheritance: IndexTerm
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
PersistenceIndex PersistenceIndex

Public Methods

Method Description
IndexTermExtended ( PersistenceIndex PersistenceIndex, string Term ) : System

Construct a class with the specified index and term.

Method Details

IndexTermExtended() public method

Construct a class with the specified index and term.
public IndexTermExtended ( PersistenceIndex PersistenceIndex, string Term ) : System
PersistenceIndex PersistenceIndex The parent index.
Term string The term.
return System

Property Details

PersistenceIndex public_oe property

The parent index.
public PersistenceIndex PersistenceIndex
return PersistenceIndex