Table of Contents

Class VariantNumber

Namespace
Dynamicweb.Ecommerce.Variants
Assembly
Dynamicweb.Ecommerce.dll

The variant number class.

[Serializable]
public class VariantNumber
Inheritance
VariantNumber
Inherited Members

Properties

Number

Gets the number.

public string Number { get; }

Property Value

string

Methods

GetVariantName(string, string)

Returns the variant name.

public static string GetVariantName(string optionId, string languageId)

Parameters

optionId string

The option id.

languageId string

The language id.

Returns

string

The variant name.

Parse(string, Product)

Parse the number.

public static string Parse(string number, Product product)

Parameters

number string

The number.

product Product

The product.

Returns

string

The number.

To top