C# Class Goedel.Mesh.MeshIndexTerm

Index term for retrieving mesh profiles.
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
IndexUniqueID PersistenceIndex
PersistenceStore PersistenceStore
UserProfilesByAccount PersistenceIndex

Méthodes publiques

Méthode Description
MeshIndexTerm ( PersistenceStore PersistenceStore ) : System

Construct a new index term for the specified persistence store.

SetUnique ( List KeyDatas, string ID ) : void

Set index terms for a unique identifier.

Method Details

MeshIndexTerm() public méthode

Construct a new index term for the specified persistence store.
public MeshIndexTerm ( PersistenceStore PersistenceStore ) : System
PersistenceStore PersistenceStore Store to add index term to.
Résultat System

SetUnique() public static méthode

Set index terms for a unique identifier.
public static SetUnique ( List KeyDatas, string ID ) : void
KeyDatas List Keys to set
ID string Identifier target.
Résultat void

Property Details

IndexUniqueID public_oe property

Index of objects by unique ID
public PersistenceIndex IndexUniqueID
Résultat PersistenceIndex

PersistenceStore public_oe property

Persistence store where terms are to be interned.
public PersistenceStore PersistenceStore
Résultat PersistenceStore

UserProfilesByAccount public_oe property

Index of objects by account name.
public PersistenceIndex UserProfilesByAccount
Résultat PersistenceIndex