Table of Contents

Class CurrencyPattern

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Represents the currency patterns.
public class CurrencyPattern
Inheritance
CurrencyPattern
Inherited Members

Methods

GetNegativePattern(int)

Gets the negative pattern.
public static NegativePattern GetNegativePattern(int value)

Parameters

value int
The value.

Returns

NegativePattern
The NegativePattern.

GetNegativePatterns()

Gets the negative patterns.
public static IEnumerable<NegativePattern> GetNegativePatterns()

Returns

IEnumerable<NegativePattern>
A collection of the NegativePattern.

GetPositivePattern(int)

Gets the positive pattern.
public static PositivePattern GetPositivePattern(int value)

Parameters

value int
The value.

Returns

PositivePattern
The PositivePattern.

GetPositivePatterns()

Gets the positive patterns.
public static IEnumerable<PositivePattern> GetPositivePatterns()

Returns

IEnumerable<PositivePattern>
A collection of the PositivePattern.
To top