public sealed class EnvironmentSelector<T> : InputComponentBase<T>
where T : class, IIdLabel, IHasEnvironment, IHasCompany
| EnvironmentSelectorT | Initializes a new instance of the EnvironmentSelectorT class |
| CurrentUser | The currently logged-in user. |
| 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)) |