C# Class Raven.Tests.Indexes.LinqIndexesFromClient

Inheritance: Raven.Tests.Common.NoDisposalNeeded
Mostra file Open project: robashton/ravendb

Public Methods

Method Description
Convert_map_reduce_query_with_map_ ( Expression mapExpression, string expectedIndexString ) : void
GetDocumentFromString ( string json ) : dynamic

Private Methods

Method Description
CanCompileComplexQuery ( ) : void
Convert_map_reduce_preserving_parenthesis ( ) : void
Convert_map_reduce_query ( ) : void
Convert_map_reduce_query_with_enum_comparison ( ) : void
Convert_map_reduce_query_with_trinary_conditional ( ) : void
Convert_map_reduce_query_with_type_check ( ) : void
Convert_select_many_will_keep_doc_id ( ) : void
Convert_simple_query ( ) : void
Convert_simple_query_with_char_literal ( ) : void
Convert_simple_query_with_not_operator_and_nested_braces ( ) : void
Convert_using_id ( ) : void

Method Details

Convert_map_reduce_query_with_map_() public method

public Convert_map_reduce_query_with_map_ ( Expression mapExpression, string expectedIndexString ) : void
mapExpression Expression
expectedIndexString string
return void

GetDocumentFromString() public static method

public static GetDocumentFromString ( string json ) : dynamic
json string
return dynamic