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.ISearchSortOrder Interface Reference

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

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

Static Public Member Functions

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

Static Public Attributes

static ISearchSortOrder Asc
 
static ISearchSortOrder Desc
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ Asc

ISearchSortOrder commercetools.Sdk.Api.Models.Searches.ISearchSortOrder.Asc
static
Initial value:
= new SearchSortOrderWrapper
{ Value = SearchSortOrder.Asc, JsonName = "asc" }
string JsonName
Definition IJsonName.cs:5
SearchSortOrder? Value
Definition SearchSortOrder.cs:49
SearchSortOrder
Definition SearchSortOrder.cs:12

◆ Desc

ISearchSortOrder commercetools.Sdk.Api.Models.Searches.ISearchSortOrder.Desc
static
Initial value:
= new SearchSortOrderWrapper
{ Value = SearchSortOrder.Desc, JsonName = "desc" }

Property Documentation

◆ Value

SearchSortOrder? commercetools.Sdk.Api.Models.Searches.ISearchSortOrder.Value
get

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