MapMarkerEditor Class

Editor for editing a MapMarkerDto

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class MapMarkerEditor : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    MapMarkerEditor

Constructors

MapMarkerEditorInitializes a new instance of the MapMarkerEditor class

Properties

ActiveTab The currently selected tab in the editor.
AnchorPicker Anchor picker for Point markers. Needs to be re-rendered when the map marker changes its specifications.
CurrentMapMarker Currently selected Map Marker
DeleteDialog Dialog for deleting a map marker.
EditContext The EditContext used on the EditForm for the MapMarkerDto being edited.
ErrorMessage Message to display if the editor could not find the needed map marker.
MapMarkerId The currently selected map marker. means we're creating a new map marker.
Original Original MapMarker to compare CurrentMapMarker against when editing a map marker.
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))
LoadData Loads the data that the component requires to get out of preview. It is invoked in the OnParametersSetAsync method of MtBaseComponent
(Overrides MtBaseComponentLoadData)

See Also