C# Class Goedel.Mesh.MeshIndexTerm

Index term for retrieving mesh profiles.
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
IndexUniqueID PersistenceIndex
PersistenceStore PersistenceStore
UserProfilesByAccount PersistenceIndex

Public Methods

Method 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 method

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

SetUnique() public static method

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

Property Details

IndexUniqueID public property

Index of objects by unique ID
public PersistenceIndex IndexUniqueID
return PersistenceIndex

PersistenceStore public property

Persistence store where terms are to be interned.
public PersistenceStore PersistenceStore
return PersistenceStore

UserProfilesByAccount public property

Index of objects by account name.
public PersistenceIndex UserProfilesByAccount
return PersistenceIndex