Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoopConditionalRuleReference Class

 

Class to contain a reference to a particular conditional rule that will be used in a loop.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)


[SerializableAttribute]
public ref class LoopConditionalRuleReference : ConditionalRuleReference

NameDescription
System_CAPS_pubmethodLoopConditionalRuleReference()

Initializes a new instance of the LoopConditionalRuleReference class.

System_CAPS_pubmethodLoopConditionalRuleReference(LoopConditionalRuleReference^)

Initializes a new instance of the LoopConditionalRuleReference class by creating a copy of the specified LoopConditionalRuleReference.

System_CAPS_pubmethodLoopConditionalRuleReference(Type^)

Initializes a new instance of the LoopConditionalRuleReference class by using the specified type.

NameDescription
System_CAPS_pubpropertyAdvanceDataCursors

Gets or sets the indicator of whether the data cursor should advance.

System_CAPS_pubpropertyDescription

Gets or sets the description of the rule or plug-in.(Inherited from WebTestRuleBase.)

System_CAPS_pubpropertyDisplayName

Gets or sets the name of the rule or plug-in to be displayed in the Web performance test editor.(Inherited from WebTestRuleBase.)

System_CAPS_pubpropertyExecutionOrder

(Inherited from WebTestRuleBase.)

System_CAPS_pubpropertyMaxIterations

Gets or sets the maximum iterations for the loop.

System_CAPS_pubpropertyProperties

Gets or sets a collection of PluginOrRuleProperty objects with one member for each property defined by the rule or plug-in implementation.(Inherited from WebTestRuleBase.)

System_CAPS_pubpropertyType

Gets or sets the Type object representing the type of the rule or plug-in.(Inherited from WebTestRuleBase.)

NameDescription
System_CAPS_pubmethodClone()

Creates a new LoopConditionalRuleReference that is a copy of the current instance.(Overrides WebTestRuleBase::Clone().)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: