ColorSelectionModal Class

A modal for portal color editing

Definition

Namespace: MobileTrack.Web.Components.Components.Modals
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public class ColorSelectionModal : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    ColorSelectionModal

Constructors

ColorSelectionModalInitializes a new instance of the ColorSelectionModal class

Properties

ColorSelectionModel Company portal color selection model
EditContext EditContext for the color selection.
Modal Modal reference
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)

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
OnInitializedAsync Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.
(Overrides ComponentBaseOnInitializedAsync)
ShowAsync Opens the modal for color selection.

See Also