commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | Properties
commercetools.Sdk.Api.Models.Searches.ISearchSortMode Interface Reference

Inherits commercetools.Base.Models.IJsonName, and IEnumerable< char >.

Inherited by commercetools.Sdk.Api.Models.Searches.SearchSortModeWrapper.

Static Public Member Functions

static ISearchSortMode[] Values ()
 
static ISearchSortMode FindEnum (string value)
 

Static Public Attributes

static ISearchSortMode Min
 
static ISearchSortMode Max
 
static ISearchSortMode Avg
 
static ISearchSortMode Sum
 

Properties

SearchSortModeValue [get]
 
- Properties inherited from commercetools.Base.Models.IJsonName
string JsonName [get]
 

Member Function Documentation

◆ FindEnum()

static ISearchSortMode commercetools.Sdk.Api.Models.Searches.ISearchSortMode.FindEnum ( string  value)
inlinestatic

◆ Values()

static ISearchSortMode[] commercetools.Sdk.Api.Models.Searches.ISearchSortMode.Values ( )
inlinestatic

Member Data Documentation

◆ Avg

ISearchSortMode commercetools.Sdk.Api.Models.Searches.ISearchSortMode.Avg
static
Initial value:
= new SearchSortModeWrapper
{ Value = SearchSortMode.Avg, JsonName = "avg" }
string JsonName
Definition IJsonName.cs:5
SearchSortMode? Value
Definition SearchSortMode.cs:61
SearchSortMode
Definition SearchSortMode.cs:12

◆ Max

ISearchSortMode commercetools.Sdk.Api.Models.Searches.ISearchSortMode.Max
static
Initial value:
= new SearchSortModeWrapper
{ Value = SearchSortMode.Max, JsonName = "max" }

◆ Min

ISearchSortMode commercetools.Sdk.Api.Models.Searches.ISearchSortMode.Min
static
Initial value:
= new SearchSortModeWrapper
{ Value = SearchSortMode.Min, JsonName = "min" }

◆ Sum

ISearchSortMode commercetools.Sdk.Api.Models.Searches.ISearchSortMode.Sum
static
Initial value:
= new SearchSortModeWrapper
{ Value = SearchSortMode.Sum, JsonName = "sum" }

Property Documentation

◆ Value

SearchSortMode? commercetools.Sdk.Api.Models.Searches.ISearchSortMode.Value
get

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