[RouteAttribute("/admin/company/{companyId:guid}/{environmentId:guid}/device/{deviceId:guid}/{activeTab:int}")]
[RouteAttribute("/admin/company/{companyId:guid}/{environmentId:guid}/device/{deviceId:guid}")]
[RouteAttribute("/admin/company/{companyId:guid}/{environmentId:guid}/device/new")]
public class DeviceEdit : MtBaseComponent| DeviceEdit | Initializes a new instance of the DeviceEdit class |
| ActiveTab | The tab to display at startup (can be 0). |
| DeviceId | The ID of the DeviceDto we're editing. If left empty, we'll assume we're making a new Device. |
| 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)) |
| OnParametersSet |
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 ComponentBaseOnParametersSet) |