ValidationRuleReference 类
当运行使用 ValidationRule 的 Web 性能测试时,ValidationRuleReference 类将封装有关 ValidationRule 的元数据及创建 ValidationRule 实例时要使用的参数值。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase
Microsoft.VisualStudio.TestTools.WebTesting.ValidationRuleReference
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
<SerializableAttribute> _
Public Class ValidationRuleReference _
Inherits WebTestRuleBase
[SerializableAttribute]
public class ValidationRuleReference : WebTestRuleBase
[SerializableAttribute]
public ref class ValidationRuleReference : public WebTestRuleBase
[<SerializableAttribute>]
type ValidationRuleReference =
class
inherit WebTestRuleBase
end
public class ValidationRuleReference extends WebTestRuleBase
ValidationRuleReference 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ValidationRuleReference() | 初始化 ValidationRuleReference 类的新实例。 | |
ValidationRuleReference(Type) | 使用 ValidationRule 实现的 Type 作为参数,初始化 ValidationRuleReference 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Description | 获取或设置规则或插件的说明。 (继承自 WebTestRuleBase。) | |
DisplayName | 获取或设置要在 Web 性能测试编辑器中显示的规则或插件的名称。 (继承自 WebTestRuleBase。) | |
ExecutionOrder | (继承自 WebTestRuleBase。) | |
Properties | 获取或设置 PluginOrRuleProperty 对象的集合,其中每个集合成员都对应规则或插件实现定义的一个属性。 (继承自 WebTestRuleBase。) | |
Type | 获取或设置表示规则或插件的类型的 Type 对象。 (继承自 WebTestRuleBase。) | |
ValidationLevel | 获取或设置由 ValidationLevel 枚举定义的验证级别。 |
页首
方法
名称 | 说明 | |
---|---|---|
Clone | 返回 ValidationRuleReference 对象的新实例。 (重写 WebTestRuleBase.Clone()。) | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。