Class RegisterFormComponentConfiguratorAttribute
Use this attribute to register UI form component configurator to the system.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class RegisterFormComponentConfiguratorAttribute : Attribute
- Inheritance
-
objectAttributeRegisterFormComponentConfiguratorAttribute
- Extension Methods
Constructors
RegisterFormComponentConfiguratorAttribute(string, Type)
Initializes a new instance of the RegisterFormComponentConfiguratorAttribute class.
public RegisterFormComponentConfiguratorAttribute(string identifier, Type configuratorType)
Parameters
identifierstringconfiguratorTypeType
Properties
ConfiguratorType
Configurator type.
public Type ConfiguratorType { get; }
Property Value
- Type
Identifier
Configurator identifier.
public string Identifier { get; }
Property Value
- string