commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions
commercetools.Sdk.Api.Client.IQueryTrait< T > Interface Template Reference

Public Member Functions

List< string > GetWhere ()
 
WithWhere (string where)
 
WithPredicateVar (string varName, string predicateVar)
 
IQueryTrait< T > AsQueryTrait ()
 
AsQueryTraitToBaseType ()
 

Member Function Documentation

◆ AsQueryTrait()

IQueryTrait< T > commercetools.Sdk.Api.Client.IQueryTrait< T >.AsQueryTrait ( )
inline

◆ AsQueryTraitToBaseType()

T commercetools.Sdk.Api.Client.IQueryTrait< T >.AsQueryTraitToBaseType ( )
inline

◆ GetWhere()

List< string > commercetools.Sdk.Api.Client.IQueryTrait< T >.GetWhere ( )

◆ WithPredicateVar()

T commercetools.Sdk.Api.Client.IQueryTrait< T >.WithPredicateVar ( string  varName,
string  predicateVar 
)

set predicateVar with the specificied value

◆ WithWhere()

T commercetools.Sdk.Api.Client.IQueryTrait< T >.WithWhere ( string  where)

set where with the specificied value


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