SaaS CMS has officially launched! Learn more now.

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: 11.8.3
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.