C# 클래스 Raven.Abstractions.Data.IndexQuery

All the information required to query a Raven index
파일 보기 프로젝트 열기: synhershko/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
GetCustomQueryStringVariables ( ) : string

Gets the custom query string variables.

비공개 메소드들

메소드 설명
AppendMinimalQueryString ( StringBuilder path ) : void

메소드 상세

AppendQueryString() 공개 메소드

public AppendQueryString ( StringBuilder path ) : void
path StringBuilder
리턴 void

Clone() 공개 메소드

public Clone ( ) : IndexQuery
리턴 IndexQuery

GetCustomQueryStringVariables() 보호된 메소드

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

GetIndexQueryUrl() 공개 메소드

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.
리턴 string

GetMinimalQueryString() 공개 메소드

public GetMinimalQueryString ( ) : string
리턴 string

GetQueryString() 공개 메소드

public GetQueryString ( ) : string
리턴 string

IndexQuery() 공개 메소드

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