Class StockStatusTranslation
- Namespace
- Dynamicweb.Ecommerce.Stocks
- Assembly
- Dynamicweb.Ecommerce.dll
[Serializable]
public class StockStatusTranslation : Translation, ICloneable
- Inheritance
-
StockStatusTranslation
- Implements
- Inherited Members
Constructors
StockStatusTranslation(string)
Creates an instance of StockStatusTranslation.
public StockStatusTranslation(string languageId)
Parameters
languageId
stringThe translation language
Properties
DeliveryText
Gets or sets the delivery text.
public string DeliveryText { get; set; }
Property Value
DeliveryValue
Gets or sets the delivery value.
public string DeliveryValue { get; set; }
Property Value
Id
Gets or sets the id.
public string Id { get; set; }
Property Value
Text
Gets or sets the text.
public string Text { get; set; }