Try our conversational search powered by Generative AI!

Class SalePriceTypeDefinition

Definition of sale price element in web.config file

Inheritance
System.Object
SalePriceTypeDefinition
Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class SalePriceTypeDefinition : ConfigurationElement

Constructors

SalePriceTypeDefinition()

Initializes a new instance of the SalePriceTypeDefinition class.

Declaration
public SalePriceTypeDefinition()

Properties

ControlUrl

Gets the control url.

Declaration
public string ControlUrl { get; set; }
Property Value
Type Description
System.String

The control url.

Description

Gets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description.

Key

Gets the key.

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

The key.

Value

Gets the value.

Declaration
public int Value { get; set; }
Property Value
Type Description
System.Int32

The value.