C# Class HybridDb.EntityKey

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( EntityKey other ) : bool

Method Details

EntityKey() public méthode

public EntityKey ( HybridDb.Config.Table table, string id ) : System
table HybridDb.Config.Table
id string
Résultat System

Equals() protected méthode

protected Equals ( EntityKey other ) : bool
other EntityKey
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int