The AnalysisGroup type exposes the following members.

Constructors

  NameDescription
Public methodAnalysisGroup()()()()
Initializes an instance of the AnalysisGroup class.
Public methodAnalysisGroup(String, String, String, array<String>[]()[][], Boolean)
Initializes an instance of the AnalysisGroup class.

Methods

  NameDescription
Public methodAddRule
Adds a rule to this group.
Public methodClone
Creates a new clone of the current group.
Public methodContainsRule
Check if a rule belongs to the group.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodRemoveRule
Removes a rule from this group.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDescription
Short description of group's purpose.
Public propertyDisplayName
The group name name displayed to the user.
Public propertyEnabled
Specifies whether the group to appear in is enabled or disabled.
Public propertyName
Group unique name.
Public propertyRules
Array of analysis rule names which in the group.

See Also