Table of Contents

Class PriceViewModel.PriceInfo

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public class PriceViewModel.PriceInfo
Inheritance
PriceViewModel.PriceInfo
Inherited Members

Properties

Formatted

Gets or sets the formatted price.
public string Formatted { get; set; }

Property Value

string
The formatted price.

FormattedNoSymbol

Gets or sets the formatted price without symbol.
public string FormattedNoSymbol { get; set; }

Property Value

string
The formatted price without symbol.

Value

Gets or sets the price .
public double Value { get; set; }

Property Value

double
The price value.
To top