Table of Contents

Class ShippingTranslation

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll

Represents a translation of a shipping.

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

Constructors

ShippingTranslation(string)

Creates an instance of ShippingTranslation.

public ShippingTranslation(string languageId)

Parameters

languageId string

Shipping translation language

Properties

AgentName

Gets or sets the shipping agent name.

public string AgentName { get; set; }

Property Value

string

AgentServiceDescription

Gets or sets the shipping agent service description.

public string AgentServiceDescription { get; set; }

Property Value

string

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

Name

Gets or sets the translated shipping name.

public string Name { get; set; }

Property Value

string
To top