Table of Contents

Class DetailsGroupTranslation

Namespace
Dynamicweb.Ecommerce
Assembly
Dynamicweb.Ecommerce.dll

The class DetailsGroupTranslation represents translation for DetailsGroup.

public class DetailsGroupTranslation : Translation, ICloneable
Inheritance
DetailsGroupTranslation
Implements
Inherited Members

Constructors

DetailsGroupTranslation(string)

The class DetailsGroupTranslation represents translation for DetailsGroup.

public DetailsGroupTranslation(string languageId)

Parameters

languageId string

Properties

GroupId

Gets or sets the details group identifier.

public int GroupId { get; set; }

Property Value

int

The grop identifier.

Name

Gets or sets the name.

public string? Name { get; set; }

Property Value

string

The name.

To top