WebTestRuleBase Class
An abstract base class extended by rule and reference classes in the Microsoft.VisualStudio.TestTools.WebTesting namespace.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestRuleBase
Microsoft.VisualStudio.TestTools.WebTesting::ConditionalRuleReference
Microsoft.VisualStudio.TestTools.WebTesting::ExtractionRuleReference
Microsoft.VisualStudio.TestTools.WebTesting::RequestBodyEditorPluginReference
Microsoft.VisualStudio.TestTools.WebTesting::ValidationRuleReference
Microsoft.VisualStudio.TestTools.WebTesting::WebTestPluginReference
Microsoft.VisualStudio.TestTools.WebTesting::WebTestRecorderPluginReference
Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequestPluginReference
| Name | Description | |
|---|---|---|
![]() | WebTestRuleBase() | Initializes a new instance of the WebTestRuleBase class. |
![]() | WebTestRuleBase(Type^) | Initializes a new instance of the WebTestRuleBase class with the specified type. |
![]() | WebTestRuleBase(WebTestRuleBase^) | Initializes a new instance of the WebTestRuleBase class by copying the specified WebTestRuleBase. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the description of the rule or plug-in. |
![]() | DisplayName | Gets or sets the name of the rule or plug-in to be displayed in the Web performance test editor. |
![]() | ExecutionOrder | |
![]() | Properties | Gets or sets a collection of PluginOrRuleProperty objects with one member for each property defined by the rule or plug-in implementation. |
![]() | Type | Gets or sets the Type object representing the type of the rule or plug-in. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new WebTestRuleBase that is a copy of the current instance. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


