The AnalysisGroup type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AnalysisGroup()()()() |
Initializes an instance of the AnalysisGroup class.
| |
| AnalysisGroup(String, String, String, array<String>[]()[][], Boolean) |
Initializes an instance of the AnalysisGroup class.
|
Methods
| Name | Description | |
|---|---|---|
| AddRule |
Adds a rule to this group.
| |
| Clone |
Creates a new clone of the current group.
| |
| ContainsRule |
Check if a rule belongs to the group.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| RemoveRule |
Removes a rule from this group.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Description |
Short description of group's purpose.
| |
| DisplayName |
The group name name displayed to the user.
| |
| Enabled |
Specifies whether the group to appear in is enabled or disabled.
| |
| Name |
Group unique name.
| |
| Rules |
Array of analysis rule names which in the group.
|