Property | Type | Description | |
---|---|---|---|
_facetFilter | IFilterBuilder | ||
_name | string | ||
_nested | string |
Method | Description | |
---|---|---|
ToJsonObject ( ) : object | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
AbstractFacetBuilder ( string name ) : Newtonsoft.Json.Linq | ||
AddFilterFacetAndGlobal ( object passedObject ) : object | ||
FacetFilter ( IFilterBuilder filter ) : |
||
Global ( bool globalScope ) : |
||
Nested ( string nested ) : |
||
Scope ( string scope ) : |
protected AbstractFacetBuilder ( string name ) : Newtonsoft.Json.Linq | ||
name | string | |
return | Newtonsoft.Json.Linq |
protected AddFilterFacetAndGlobal ( object passedObject ) : object | ||
passedObject | object | |
return | object |
protected FacetFilter ( IFilterBuilder filter ) : |
||
filter | IFilterBuilder | |
return |
protected Global ( bool globalScope ) : |
||
globalScope | bool | |
return |
protected Nested ( string nested ) : |
||
nested | string | |
return |
protected Scope ( string scope ) : |
||
scope | string | |
return |