8 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple =
true, Inherited =
true)]
11 private readonly
int stringId;
12 private readonly
string label;
13 private readonly
object option;
60 public string Label => this.label;
Defines an option to display when editing the parameter.
OptionAttribute(object Option, int StringId, string Label)
Defines an option to display when editing the parameter.
int StringId
String ID in the namespace of the current class, in the default language defined for the class.
OptionAttribute(object Option, string Label)
Defines an option to display when editing the parameter.
string Label
Default label string, in the default language defined for the class.
OptionAttribute(object Option)
Defines an option to display when editing the parameter.