Try our conversational search powered by Generative AI!

Class ActivityFlowModel

Represents the activity flow model, which contains meta data for a activity flow.

Inheritance
System.Object
ActivityFlowModel
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.Engine
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class ActivityFlowModel

Properties

ActivityFlowType

Gets the activity flow type.

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

AvailableInBetaMode

Gets flag to indicate whether the activity flow model is available only in Beta mode.

Declaration
public bool AvailableInBetaMode { get; }
Property Value
Type Description
System.Boolean

Description

Gets the activity flow model's description.

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

DisplayName

Gets the activity flow model's friendly name.

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

Name

Gets the activity flow model's name.

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

Priority

Gets the activity flow's priority.

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

ActivityFlow with higher priority will override registered activity flow which has the same name mode.