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.Orders.IOrderSearchSortOrder Interface Reference

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

Inherited by commercetools.Sdk.Api.Models.Orders.OrderSearchSortOrderWrapper.

Static Public Member Functions

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

Static Public Attributes

static IOrderSearchSortOrder Asc
 
static IOrderSearchSortOrder Desc
 

Properties

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

Member Function Documentation

◆ FindEnum()

static IOrderSearchSortOrder commercetools.Sdk.Api.Models.Orders.IOrderSearchSortOrder.FindEnum ( string  value)
inlinestatic

◆ Values()

static IOrderSearchSortOrder[] commercetools.Sdk.Api.Models.Orders.IOrderSearchSortOrder.Values ( )
inlinestatic

Member Data Documentation

◆ Asc

IOrderSearchSortOrder commercetools.Sdk.Api.Models.Orders.IOrderSearchSortOrder.Asc
static
Initial value:
= new OrderSearchSortOrderWrapper
{ Value = OrderSearchSortOrder.Asc, JsonName = "asc" }
string JsonName
Definition IJsonName.cs:5
OrderSearchSortOrder? Value
Definition OrderSearchSortOrder.cs:49
OrderSearchSortOrder
Definition OrderSearchSortOrder.cs:12

◆ Desc

IOrderSearchSortOrder commercetools.Sdk.Api.Models.Orders.IOrderSearchSortOrder.Desc
static
Initial value:
= new OrderSearchSortOrderWrapper
{ Value = OrderSearchSortOrder.Desc, JsonName = "desc" }

Property Documentation

◆ Value

OrderSearchSortOrder? commercetools.Sdk.Api.Models.Orders.IOrderSearchSortOrder.Value
get

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