public class MapMarkerEditor : MtBaseComponent| MapMarkerEditor | Initializes a new instance of the MapMarkerEditor class |
| 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) |
| 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) |