SaaS CMS has officially launched! Learn more now.

Class UIHint

Contains UI hints available for public use.

Inheritance
System.Object
UIHint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce
Assembly: EPiServer.Business.Commerce.dll
Version: 11.8.3
Syntax
public static class UIHint

Fields

AllContent

Declaration
public const string AllContent = "allcontent"
Field Value
Type Description
System.String

CatalogContent

Declaration
public const string CatalogContent = "catalogcontent"
Field Value
Type Description
System.String

CatalogEntry

Declaration
public const string CatalogEntry = "catalogentry"
Field Value
Type Description
System.String

CatalogNode

Declaration
public const string CatalogNode = "catalognode"
Field Value
Type Description
System.String

CurrencySelector

Declaration
public const string CurrencySelector = "currencyselector"
Field Value
Type Description
System.String

DateTimeSelector

Declaration
public const string DateTimeSelector = "datetimeselector"
Field Value
Type Description
System.String

DecimalEditor

Declaration
public const string DecimalEditor = "decimaleditor"
Field Value
Type Description
System.String

EmailAddress

Declaration
public const string EmailAddress = "emailaddress"
Field Value
Type Description
System.String

LanguageSelector

Declaration
public const string LanguageSelector = "Language"
Field Value
Type Description
System.String

MarketSelector

Declaration
public const string MarketSelector = "marketselector"
Field Value
Type Description
System.String

MarketWithAllOptionSelector

Declaration
public const string MarketWithAllOptionSelector = "marketwithalloptionselector"
Field Value
Type Description
System.String

MoneyEditor

Declaration
public const string MoneyEditor = "moneyeditor"
Field Value
Type Description
System.String

PriceTypeSelector

Declaration
public const string PriceTypeSelector = "pricetypeselector"
Field Value
Type Description
System.String

ProductVariation

Declaration
public const string ProductVariation = "productvariation"
Field Value
Type Description
System.String

SaleCodeEditor

Declaration
public const string SaleCodeEditor = "salecodeeditor"
Field Value
Type Description
System.String

TaxCategorySelector

Declaration
public const string TaxCategorySelector = "taxcategoryselector"
Field Value
Type Description
System.String

WarehouseSelector

Declaration
public const string WarehouseSelector = "warehouseselector"
Field Value
Type Description
System.String