PropertySpecification Properties |
The PropertySpecification type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets or sets a collection of additional Attributes for this property. This can be used to specify attributes beyond those supported intrinsically
by the PropertySpecification class, such as ReadOnly and Browsable.
| |
Category |
Gets or sets the category name of this property.
| |
ConvertEmptyStringToNull |
Gets or sets a value indicating whether an empty string (if the specification is for a string property) has to be converted to null (so
the default value is used) or should be kept as-is.
| |
DefaultValue |
Gets or sets the default value of this property.
| |
Description |
Gets or sets the help text description of this property.
| |
EditorType |
Gets or sets the editor type for this property.
| |
Name |
Gets or sets the name of this property.
| |
PropertyType |
Gets or sets the type of this property.
| |
TypeConverterType |
Gets or sets the type converter type for this property.
| |
ValueList |
Gets or sets the values list to use for properties which have to have their value picked from a pre-fabricated list.
To use a ValueList, specify a string-typed property and use the PropertySpecificationValuesListTypeConverter as type converter.
|