commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions
commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate Class Reference

Inherits commercetools.Sdk.Api.Predicates.IContainerPredicate< IQueryPredicate >, and commercetools.Sdk.Api.Predicates.Query.IQueryPredicate.

Public Member Functions

 ContainerQueryPredicate ()
 
 ContainerQueryPredicate (IQueryPredicate parent, IQueryPredicate inner, bool renderInnerWithoutParentheses=false)
 
IQueryPredicate Parent ()
 
IQueryPredicate Inner ()
 
bool RenderInnerWithOutParentheses ()
 
ContainerQueryPredicate Parent (IQueryPredicate parent)
 
ContainerQueryPredicate Inner (IQueryPredicate inner)
 
ContainerQueryPredicate RenderInnerWithOutParentheses (bool renderInnerWithoutParentheses)
 
string Render ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Predicates.IContainerPredicate< IQueryPredicate >
Parent ()
 
Inner ()
 
bool RenderInnerWithOutParentheses ()
 

Static Public Member Functions

static ContainerQueryPredicate Of ()
 

Constructor & Destructor Documentation

◆ ContainerQueryPredicate() [1/2]

commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.ContainerQueryPredicate ( )
inline

◆ ContainerQueryPredicate() [2/2]

commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.ContainerQueryPredicate ( IQueryPredicate  parent,
IQueryPredicate  inner,
bool  renderInnerWithoutParentheses = false 
)
inline

Member Function Documentation

◆ Inner() [1/2]

IQueryPredicate commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.Inner ( )
inline

◆ Inner() [2/2]

ContainerQueryPredicate commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.Inner ( IQueryPredicate  inner)
inline

◆ Of()

static ContainerQueryPredicate commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.Of ( )
inlinestatic

◆ Parent() [1/2]

IQueryPredicate commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.Parent ( )
inline

◆ Parent() [2/2]

ContainerQueryPredicate commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.Parent ( IQueryPredicate  parent)
inline

◆ Render()

string commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.Render ( )
inline

Remove Parentheses from Inner if RenderInnerWithOutParentheses is true

Returns
expression result as string

Implements commercetools.Sdk.Api.Predicates.IPredicate.

◆ RenderInnerWithOutParentheses() [1/2]

bool commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.RenderInnerWithOutParentheses ( )
inline

◆ RenderInnerWithOutParentheses() [2/2]

ContainerQueryPredicate commercetools.Sdk.Api.Predicates.Query.ContainerQueryPredicate.RenderInnerWithOutParentheses ( bool  renderInnerWithoutParentheses)
inline

The documentation for this class was generated from the following file: