C# 클래스 Goedel.Mesh.MeshIndexTerm

Index term for retrieving mesh profiles.
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

프로퍼티 타입 설명
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