public class ActionFlowAssignmentsEditor : MtBaseComponent| ActionFlowAssignmentsEditor | Initializes a new instance of the ActionFlowAssignmentsEditor class |
| AvailableDefinitionsByEventType | The action flow assignments for the company, based on the event they can be applied to. |
| EditContext | Current form context for the assignment of action flows. |
| EnableEventOverride | Whether to enable the event override for the selected event. |
| EventTypes | The events available to assign action flows to. |
| RequiredPermissionsForManage |
Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage) |
| RequiredPermissionsForView |
Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView) |
| SelectedEvent | Currently selected event to edit the action flow assignment for. |
| TargetId | The company to assign the action flows to. If left Guid.Empty, the global defaults will be available for editing. |
| BuildRenderTree | (Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder)) |
| LoadData |
Loads the data that the component requires to get out of preview.
It is invoked in the OnParametersSetAsync method of MtBaseComponent (Overrides MtBaseComponentLoadData) |
| OnInitialized |
Method invoked when the component is ready to start, having received its
initial parameters from its parent in the render tree.
(Overrides ComponentBaseOnInitialized) |