The following tables list the members exposed by StandardFeature.
Name | Description | |
---|---|---|
StandardFeature | Initializes a new instance of StandardFeature. |
Name | Description | |
---|---|---|
AddDefaults | Adds default excluded values and default validation functions. | |
AddExcluding | Adds a feature to be excluded from any findings of the parent feature. (Inherited from FeatureBase) | |
ClearExcluding | Removes all excluded items from parent item. (Inherited from FeatureBase) | |
ExcludingFeatures | Returns a list of features to exclude from parent's features. (Inherited from FeatureBase) | |
ToCustomFeature | Converts the standard feature into a custom feature. |
Name | Description | |
---|---|---|
CustomLabel | Indicates whether the StandardFeature contains a label that is custom defined. |
|
CustomLabels | List of custom defined labels. | |
Excluded | Indicates whether this feature is to be excluded. (Inherited from FeatureBase) | |
Functions | Lists the functions associated with this FeatureBase element. Use Functions to list validation functions. (Inherited from FeatureBase) | |
HasCustomLabel | Indicates whether StandardFeature has a custom label. | |
LabelCanSpanLines | Indicates whether the label pattern should span multiple lines or not. | |
LabelName | Name of the label. | |
LabelOptions | Contains a label object where label options can be defined. | |
Name | Indicates the name of the feature. (Inherited from FeatureBase) | |
ValueCanSpanLines | Indicates whether the value pattern can span multiple lines. | |
ValueName | Name of the Value. |