C# Class Bamboo.Prevalence.Indexing.Records.HashtableRecord

Inheritance: Bamboo.Prevalence.Indexing.IRecord
Afficher le fichier Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Protected Properties

Свойство Type Description
_hashtable System.Collections.Hashtable

Méthodes publiques

Méthode Description
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.

Method Details

Equals() public méthode

Delegates to the internal hashtable.
public Equals ( object rhs ) : bool
rhs object
Résultat bool

GetHashCode() public méthode

Delegates to the internal hashtable.
public GetHashCode ( ) : int
Résultat int

HashtableRecord() public méthode

Creates an empty record.
public HashtableRecord ( ) : System
Résultat System

this() public méthode

Sets/Gets a hashtable field.
public this ( string name ) : object
name string
Résultat object

Property Details

_hashtable protected_oe property

The hashtable.
protected Hashtable,System.Collections _hashtable
Résultat System.Collections.Hashtable