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

Inheritance: Bamboo.Prevalence.Indexing.IRecord
Datei anzeigen Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Protected Properties

Property Type Description
_hashtable System.Collections.Hashtable

Public Methods

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

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

GetHashCode() public method

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

HashtableRecord() public method

Creates an empty record.
public HashtableRecord ( ) : System
return System

this() public method

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

Property Details

_hashtable protected_oe property

The hashtable.
protected Hashtable,System.Collections _hashtable
return System.Collections.Hashtable