C# Class MongoDB.Driver.Internal.IndexCacheKey

Afficher le fichier Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IndexCacheKey ( string databaseName, string collectionName, string indexName ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Méthode Description
ComputeHashCode ( string databaseName, string collectionName, string indexName ) : int

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IndexCacheKey() public méthode

public IndexCacheKey ( string databaseName, string collectionName, string indexName ) : System.Collections.Generic
databaseName string
collectionName string
indexName string
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string