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.Projects.ICustomerIndexingStatus Interface Reference

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

Inherited by commercetools.Sdk.Api.Models.Projects.CustomerIndexingStatusWrapper.

Static Public Member Functions

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

Static Public Attributes

static ICustomerIndexingStatus Scheduled
 
static ICustomerIndexingStatus Indexing
 
static ICustomerIndexingStatus Ready
 
static ICustomerIndexingStatus Failed
 

Properties

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

Member Function Documentation

◆ FindEnum()

static ICustomerIndexingStatus commercetools.Sdk.Api.Models.Projects.ICustomerIndexingStatus.FindEnum ( string  value)
inlinestatic

◆ Values()

static ICustomerIndexingStatus[] commercetools.Sdk.Api.Models.Projects.ICustomerIndexingStatus.Values ( )
inlinestatic

Member Data Documentation

◆ Failed

ICustomerIndexingStatus commercetools.Sdk.Api.Models.Projects.ICustomerIndexingStatus.Failed
static
Initial value:
= new CustomerIndexingStatusWrapper
{ Value = CustomerIndexingStatus.Failed, JsonName = "Failed" }
string JsonName
Definition IJsonName.cs:5
CustomerIndexingStatus? Value
Definition CustomerIndexingStatus.cs:61
CustomerIndexingStatus
Definition CustomerIndexingStatus.cs:12

◆ Indexing

ICustomerIndexingStatus commercetools.Sdk.Api.Models.Projects.ICustomerIndexingStatus.Indexing
static
Initial value:
= new CustomerIndexingStatusWrapper
{ Value = CustomerIndexingStatus.Indexing, JsonName = "Indexing" }

◆ Ready

ICustomerIndexingStatus commercetools.Sdk.Api.Models.Projects.ICustomerIndexingStatus.Ready
static
Initial value:
= new CustomerIndexingStatusWrapper
{ Value = CustomerIndexingStatus.Ready, JsonName = "Ready" }

◆ Scheduled

ICustomerIndexingStatus commercetools.Sdk.Api.Models.Projects.ICustomerIndexingStatus.Scheduled
static
Initial value:
= new CustomerIndexingStatusWrapper
{ Value = CustomerIndexingStatus.Scheduled, JsonName = "Scheduled" }

Property Documentation

◆ Value

CustomerIndexingStatus? commercetools.Sdk.Api.Models.Projects.ICustomerIndexingStatus.Value
get

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