MacAddressInput Class

A component that allows the user to input a MacAddress model.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class MacAddressInput : InputComponentBase<DeviceDto>
Inheritance
Object    ComponentBase    InputComponentBaseDeviceDto    MacAddressInput

Constructors

MacAddressInputInitializes a new instance of the MacAddressInput class

Properties

JsRuntime JS Runtime interop

Methods

Dispose Disposes of the object reference.
(Overrides InputComponentBaseTDispose)
OnPaste Invoked when the user pastes a value into (one of the) input fields.
SetParametersAsync Sets parameters supplied by the component's parent in the render tree.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView))

See Also