The following tables list the members exposed by StandardFeature.
Public Constructors
Name | Description | |
---|---|---|
![]() |
StandardFeature | Initializes a new instance of StandardFeature. |
Public Methods
Name | Description | |
---|---|---|
![]() |
AddDefaultExcludes | Looks up the built-in pattern and adds the recommended excludes to the list of exclusions. |
![]() |
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. |
Public Properties
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) |
![]() |
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. |
See Also