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 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: 13.30.0
Syntax
public class ActivityFlowModel

Properties

ActivityFlowType

Gets the activity flow type.

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

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

LegacyMode

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

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

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.