public sealed class TimeZoneSelector<T> : InputComponentBase<T>
where T : class, IHasTimeZone, IIdLabel
| TimeZoneSelectorT | Initializes a new instance of the TimeZoneSelectorT class |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView)) |