ReadOnlyActionCollection Class
The ReadOnlyActionCollection class is used to configure a collection of actions that can be used on workflow elements.
Assembly: Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)
Each workflow element that has actions associated to it can be enabled or disabled in the metadata for that element. For each of these workflow elements the user who configures the workflow can determine whether to enable the action for the action in that instance of the workflow.
The ReadOnlyActionCollection class is read-only and actions cannot be added or removed from the collection, but changes can be applied for each action.
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<ActionCollectionProperty>
System.Collections.ObjectModel.ReadOnlyObservableCollection<ActionCollectionProperty>
Microsoft.Dynamics.AX.Framework.Workflow.Model.ReadOnlyActionCollection
System.Collections.ObjectModel.ReadOnlyCollection<ActionCollectionProperty>
System.Collections.ObjectModel.ReadOnlyObservableCollection<ActionCollectionProperty>
Microsoft.Dynamics.AX.Framework.Workflow.Model.ReadOnlyActionCollection
Community Additions
ADD
Show: