C# Класс Goedel.Mesh.MeshIndexTerm

Index term for retrieving mesh profiles.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IndexUniqueID PersistenceIndex
PersistenceStore PersistenceStore
UserProfilesByAccount PersistenceIndex

Открытые методы

Метод Описание
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.

Описание методов

MeshIndexTerm() публичный Метод

Construct a new index term for the specified persistence store.
public MeshIndexTerm ( PersistenceStore PersistenceStore ) : System
PersistenceStore PersistenceStore Store to add index term to.
Результат System

SetUnique() публичный статический Метод

Set index terms for a unique identifier.
public static SetUnique ( List KeyDatas, string ID ) : void
KeyDatas List Keys to set
ID string Identifier target.
Результат void

Описание свойств

IndexUniqueID публичное свойство

Index of objects by unique ID
public PersistenceIndex IndexUniqueID
Результат PersistenceIndex

PersistenceStore публичное свойство

Persistence store where terms are to be interned.
public PersistenceStore PersistenceStore
Результат PersistenceStore

UserProfilesByAccount публичное свойство

Index of objects by account name.
public PersistenceIndex UserProfilesByAccount
Результат PersistenceIndex