C# Class Goedel.Persistence.IndexTermExtended

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

Méthodes publiques

Свойство Type Description
PersistenceIndex PersistenceIndex

Méthodes publiques

Méthode Description
IndexTermExtended ( PersistenceIndex PersistenceIndex, string Term ) : System

Construct a class with the specified index and term.

Method Details

IndexTermExtended() public méthode

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.
Résultat System

Property Details

PersistenceIndex public_oe property

The parent index.
public PersistenceIndex PersistenceIndex
Résultat PersistenceIndex