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

Datei anzeigen Open project: synhershko/ravendb

Public Methods

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

Protected Methods

Method Description
Equals ( DocumentToRemove other ) : bool

Method Details

DocumentToRemove() public method

public DocumentToRemove ( string key, System.Guid etag ) : System
key string
etag System.Guid
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int