Defines the configuration of a parameter.
Default constructor
public Void ParameterConfiguration()
Localized caption.
public String Caption { get; set; }
Default value of the parameter.
public String DefaultValue { get; set; }
Localized description.
public String Description { get; set; }
Parameter name.
public String Name { get; set; }
Options provider for this parameter.
public IParameterOptionsProvider OptionsProvider { get; set; }
The validator that validates the parameter value.
public IParameterValueValidator ValueValidator { get; set; }
Returns a textual representation of this parameter configuration.
public String ToString()
In this document