Table of Contents

Class UnitTranslation

Namespace
Dynamicweb.Ecommerce.Units
Assembly
Dynamicweb.Ecommerce.dll

This is all Name translations for a given unit.

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

Constructors

UnitTranslation(string)

Creates an instance of UnitTranslation.

public UnitTranslation(string languageId)

Parameters

languageId string

The translation language

Properties

Name

Gets or sets the Name.

public string Name { get; set; }

Property Value

string
To top