London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FeaturesDefinition

Represents a feature and whether or not it is active or not

Inheritance
System.Object
FeaturesDefinition
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class FeaturesDefinition : ConfigurationElement

Constructors

FeaturesDefinition()

Declaration
public FeaturesDefinition()

Properties

Feature

Gets the feature.

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

The name.

State

Gets the state.

Declaration
public FeatureState State { get; }
Property Value
Type Description
FeatureState

The value.

Type

Gets the type.

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

The type.