C# 클래스 Bamboo.Prevalence.Indexing.Records.HashtableRecord

상속: Bamboo.Prevalence.Indexing.IRecord
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_hashtable System.Collections.Hashtable

공개 메소드들

메소드 설명
Equals ( object rhs ) : bool

Delegates to the internal hashtable.

GetHashCode ( ) : int

Delegates to the internal hashtable.

HashtableRecord ( ) : System

Creates an empty record.

this ( string name ) : object

Sets/Gets a hashtable field.

메소드 상세

Equals() 공개 메소드

Delegates to the internal hashtable.
public Equals ( object rhs ) : bool
rhs object
리턴 bool

GetHashCode() 공개 메소드

Delegates to the internal hashtable.
public GetHashCode ( ) : int
리턴 int

HashtableRecord() 공개 메소드

Creates an empty record.
public HashtableRecord ( ) : System
리턴 System

this() 공개 메소드

Sets/Gets a hashtable field.
public this ( string name ) : object
name string
리턴 object

프로퍼티 상세

_hashtable 보호되어 있는 프로퍼티

The hashtable.
protected Hashtable,System.Collections _hashtable
리턴 System.Collections.Hashtable