C# Class Raven.Database.Indexing.IndexingExecuter.DocumentToRemove

Afficher le fichier Open project: synhershko/ravendb

Méthodes publiques

Méthode Description
DocumentToRemove ( string key, System.Guid etag ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( DocumentToRemove other ) : bool

Method Details

DocumentToRemove() public méthode

public DocumentToRemove ( string key, System.Guid etag ) : System
key string
etag System.Guid
Résultat System

Equals() protected méthode

protected Equals ( DocumentToRemove other ) : bool
other DocumentToRemove
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