C# Class Raven.Abstractions.Data.IndexQuery

All the information required to query a Raven index
Show file Open project: synhershko/ravendb Class Usage Examples

Public Methods

Method Description
AppendQueryString ( StringBuilder path ) : void
Clone ( ) : IndexQuery
GetIndexQueryUrl ( string operationUrl, string index, string operationName ) : string

Gets the index query URL.

GetMinimalQueryString ( ) : string
GetQueryString ( ) : string
IndexQuery ( ) : System

Initializes a new instance of the IndexQuery class.

Protected Methods

Method Description
GetCustomQueryStringVariables ( ) : string

Gets the custom query string variables.

Private Methods

Method Description
AppendMinimalQueryString ( StringBuilder path ) : void

Method Details

AppendQueryString() public method

public AppendQueryString ( StringBuilder path ) : void
path StringBuilder
return void

Clone() public method

public Clone ( ) : IndexQuery
return IndexQuery

GetCustomQueryStringVariables() protected method

Gets the custom query string variables.
protected GetCustomQueryStringVariables ( ) : string
return string

GetIndexQueryUrl() public method

Gets the index query URL.
public GetIndexQueryUrl ( string operationUrl, string index, string operationName ) : string
operationUrl string The operation URL.
index string The index.
operationName string Name of the operation.
return string

GetMinimalQueryString() public method

public GetMinimalQueryString ( ) : string
return string

GetQueryString() public method

public GetQueryString ( ) : string
return string

IndexQuery() public method

Initializes a new instance of the IndexQuery class.
public IndexQuery ( ) : System
return System