Class ApplicationFeature
Represents a configured application feature.
Inheritance
System.Object
ApplicationFeature
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class ApplicationFeature : Object
Constructors
ApplicationFeature()
Declaration
public ApplicationFeature()
Properties
Feature
The name of application feature
Declaration
public string Feature { get; set; }
Property Value
Type | Description |
---|---|
System.String |
State
The state of feature. FeatureState
Declaration
public FeatureState State { get; set; }
Property Value
Type | Description |
---|---|
FeatureState |
Type
The qualified type name of feature
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |