Share via


ScalarValueCondition Members

Verifies that a particular value in a specific row and column was expected.

The following tables list the members exposed by the ScalarValueCondition type.

Public Constructors

  Name Description
Public constructor ScalarValueCondition Initializes a new instance of the ScalarValueCondition class. 

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property ColumnNumber Gets or sets the column number associated with the ResultSet
Public property Container  (Inherited from Component.)
Public property Enabled  Gets or sets a value indicating whether the test condition is enabled. (Inherited from TestCondition.)
Public property ExpectedValue Gets or sets the expected value of the first column of the first row of the specified ResultSet
Public property Name  Gets or sets the test condition name. (Inherited from TestCondition.)
Public property NullExpected Gets or sets whether the ExpectedValue should be null. 
Public property ResultSet  Gets or sets the result set to check. (Inherited from ResultSetCondition.)
Public property RowNumber Gets or sets the row number associated with the ResultSet
Public property Site  (Inherited from Component.)

Top

Protected Properties

  Name Description
Protected property CanRaiseEvents  (Inherited from Component.)
Protected property DesignMode  (Inherited from Component.)
Protected property Events  (Inherited from Component.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Assert  Validates input parameters.  (Inherited from ResultSetCondition.)
Public method CreateObjRef  (Inherited from MarshalByRefObject.)
Public method Dispose  Overloaded. (Inherited from Component.)
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetLifetimeService  (Inherited from MarshalByRefObject.)
Public method GetType  (Inherited from Object.)
Public method InitializeLifetimeService  (Inherited from MarshalByRefObject.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the current object.  

Top

Protected Methods

  Name Description
Protected method Dispose  Overloaded. (Inherited from Component.)
Protected method Finalize  (Inherited from Component.)
Protected method GetService  (Inherited from Component.)
Protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject.)

Top

Public Events

  Name Description
Public event Disposed  (Inherited from Component.)

Top

See Also

Reference

ScalarValueCondition Class
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Conditions Namespace