Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base class for the conditional loop and the conditional statement constructs.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem
Microsoft.VisualStudio.TestTools.WebTesting.WebTestConditionalConstruct
Microsoft.VisualStudio.TestTools.WebTesting.WebTestCondition
Microsoft.VisualStudio.TestTools.WebTesting.WebTestLoop
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class WebTestConditionalConstruct _
Inherits WebTestItem
[SerializableAttribute]
public abstract class WebTestConditionalConstruct : WebTestItem
[SerializableAttribute]
public ref class WebTestConditionalConstruct abstract : public WebTestItem
[<AbstractClass>]
[<SerializableAttribute>]
type WebTestConditionalConstruct =
class
inherit WebTestItem
end
public abstract class WebTestConditionalConstruct extends WebTestItem
The WebTestConditionalConstruct type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WebTestConditionalConstruct() | Initializes a new instance of the WebTestConditionalConstruct class. |
![]() |
WebTestConditionalConstruct(WebTestConditionalConstruct) | Initializes a new instance of the WebTestConditionalConstruct class by copying the specified WebTestConditionalConstruct. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ConditionalRuleReference | Gets or sets the reference to a conditional rule. |
![]() |
ItemId | Zero-based sequence number of the item in the Web performance test. (Inherited from WebTestItem.) |
![]() |
Items | Gets the collection of WebTestItem objects. |
![]() |
UniqueStringId | Gets or sets the unique string ID. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | When it is overridden in a derived class, creates a copy of this object. (Inherited from WebTestItem.) |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
ExecuteCheckConditionalRule | Executes the conditional rule. |
![]() |
ExecuteCleanUpConditionalRule | Performs cleanup after the conditional rule is checked. |
![]() |
ExecuteInitializeConditionalRule | Initializes the conditional rule. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetConditionalRuleText | Returns the text description of the conditional rule. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize(ConditionalRuleReference) | Initializes a new referenced conditional rule. |
![]() |
Initialize(WebTestConditionalConstruct, ConditionalRuleReference) | Initializes a new referenced conditional rule by copying the specified ConditionalRuleReference. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RuntimeClone | Returns a clone of this object at run time. (Inherited from WebTestItem.) |
![]() |
ToString() | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
ToString(String) | Returns a String that represents the current WebTestConditionalConstruct. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.