PhoneNumberInnerInputT Class

Phone number input field inner contents, to be wrapped inside a FormInput

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal sealed class PhoneNumberInnerInput<T> : InputComponentBase<T>
where T : class
Inheritance
Object    ComponentBase    InputComponentBaseT    PhoneNumberInnerInputT

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:MobileTrack.Web.Components.Components.PhoneNumberInnerInput`1"]

Constructors

PhoneNumberInnerInputTInitializes a new instance of the PhoneNumberInnerInputT class

Properties

Accessor Accessor for the property

Methods

SetParametersAsync Sets parameters supplied by the component's parent in the render tree.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView))

See Also