C# Class HybridDb.EntityKey

Represents a global identification of a document consisting of both type and ID
Show file Open project: asgerhallas/HybridDb Class Usage Examples

Public Methods

Method Description
EntityKey ( HybridDb.Config.Table table, string id ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( EntityKey other ) : bool

Method Details

EntityKey() public method

public EntityKey ( HybridDb.Config.Table table, string id ) : System
table HybridDb.Config.Table
id string
return System

Equals() protected method

protected Equals ( EntityKey other ) : bool
other EntityKey
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int