Class FindParamConstraint
Inheritance
System.Object
FindParamConstraint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.ObjectModel
Assembly: ArtOfTest.WebAii.dll
Syntax
[Obsolete("Please use FindExpressions instead")]
public class FindParamConstraint
Constructors
FindParamConstraint(Int32, FindParam)
Declaration
public FindParamConstraint(int level, FindParam constraint)
Parameters
System.Int32
level
|
FindParam
constraint
|
Properties
Definition
Level
Declaration
public int Level { get; }
Property Value
System.Int32
|