Class WorkflowsVNext

Feature allows the vnext version of workflows to be run

Inheritance
System.Object
WorkflowsVNext
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Core.Features
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class WorkflowsVNext : IFeature

Constructors

WorkflowsVNext()

Declaration
public WorkflowsVNext()

Fields

FeatureWorkflowsVNext

The feature workflows v next

Declaration
public const string FeatureWorkflowsVNext = "WorkflowsVNext"
Field Value
Type Description
System.String

Properties

Name

Gets the name.

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

The name.

State

Gets or sets the state.

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

The state.

Methods

DisableFeature()

Disables the feature.

Declaration
public void DisableFeature()

EnableFeature()

Enables the feature.

Declaration
public void EnableFeature()

Implements