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.BinaryQueryPredicate Class Reference

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

Public Member Functions

 BinaryQueryPredicate (IQueryPredicate left, IQueryPredicate right, string op)
 
 BinaryQueryPredicate ()
 
IQueryPredicate Left ()
 
IQueryPredicate Right ()
 
string Operator ()
 
BinaryQueryPredicate Left (IQueryPredicate predicate)
 
BinaryQueryPredicate Right (IQueryPredicate predicate)
 
BinaryQueryPredicate Operator (string op)
 
string Render ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Predicates.IBinaryPredicate< IQueryPredicate >
Left ()
 
Right ()
 
string Operator ()
 

Static Public Member Functions

static BinaryQueryPredicate Of ()
 

Constructor & Destructor Documentation

◆ BinaryQueryPredicate() [1/2]

commercetools.Sdk.Api.Predicates.Query.BinaryQueryPredicate.BinaryQueryPredicate ( IQueryPredicate  left,
IQueryPredicate  right,
string  op 
)
inline

◆ BinaryQueryPredicate() [2/2]

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

Member Function Documentation

◆ Left() [1/2]

IQueryPredicate commercetools.Sdk.Api.Predicates.Query.BinaryQueryPredicate.Left ( )
inline

◆ Left() [2/2]

BinaryQueryPredicate commercetools.Sdk.Api.Predicates.Query.BinaryQueryPredicate.Left ( IQueryPredicate  predicate)
inline

◆ Of()

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

◆ Operator() [1/2]

string commercetools.Sdk.Api.Predicates.Query.BinaryQueryPredicate.Operator ( )
inline

◆ Operator() [2/2]

BinaryQueryPredicate commercetools.Sdk.Api.Predicates.Query.BinaryQueryPredicate.Operator ( string  op)
inline

◆ Render()

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

◆ Right() [1/2]

IQueryPredicate commercetools.Sdk.Api.Predicates.Query.BinaryQueryPredicate.Right ( )
inline

◆ Right() [2/2]

BinaryQueryPredicate commercetools.Sdk.Api.Predicates.Query.BinaryQueryPredicate.Right ( IQueryPredicate  predicate)
inline

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