Table of Contents

Class FieldTranslation

Namespace
Dynamicweb.Ecommerce.Products.Categories
Assembly
Dynamicweb.Ecommerce.dll
[Serializable]
public class FieldTranslation : Translation, ICloneable
Inheritance
FieldTranslation
Implements
Inherited Members

Constructors

FieldTranslation(string)

public FieldTranslation(string languageId)

Parameters

languageId string

Properties

Description

public string Description { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

ValidationErrorMessage

public string ValidationErrorMessage { get; set; }

Property Value

string
To top