Table of Contents

Class StockLocationTranslation

Namespace
Dynamicweb.Ecommerce.Stocks
Assembly
Dynamicweb.Ecommerce.dll

Represents a translation of a stock location.

[Serializable]
public class StockLocationTranslation : Translation, ICloneable
Inheritance
StockLocationTranslation
Implements
Inherited Members

Constructors

StockLocationTranslation(string)

Creates an instance of StockLocationTranslation.

public StockLocationTranslation(string languageId)

Parameters

languageId string

Translation language

Properties

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

Name

Gets or sets the translated name.

public string Name { get; set; }

Property Value

string
To top