TemplatesOverview Class

Provides an overview of the TemplateDto's of a company, or the global templates if Company is .

Definition

Namespace: MobileTrack.Web.Portal.Components.Overviews
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public class TemplatesOverview : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    TemplatesOverview

Constructors

TemplatesOverviewInitializes a new instance of the TemplatesOverview class

Properties

Company Company to get/set templates for. is used for global templates.
ConfirmDialog Modal for confirming an action
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)
TemplateModal Modal to edit template

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
OnParametersSetAsync Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
(Overrides MtBaseComponentOnParametersSetAsync)

See Also