Share via


ScalarValueCondition Members

Include Protected Members
Include Inherited Members

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

The ScalarValueCondition type exposes the following members.

Constructors

  Name Description
Aa833821.pubmethod(en-us,VS.90).gif ScalarValueCondition Initializes a new instance of the ScalarValueCondition class.

Top

Methods

  Name Description
Aa833821.pubmethod(en-us,VS.90).gif Assert Validates input parameters. (Inherited from ResultSetCondition.)
Aa833821.pubmethod(en-us,VS.90).gif CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Aa833821.pubmethod(en-us,VS.90).gif Dispose Overloaded.
Aa833821.pubmethod(en-us,VS.90).gif Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Aa833821.protmethod(en-us,VS.90).gif Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Aa833821.pubmethod(en-us,VS.90).gif GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Aa833821.pubmethod(en-us,VS.90).gif GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Aa833821.protmethod(en-us,VS.90).gif GetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Aa833821.pubmethod(en-us,VS.90).gif GetType Gets the Type of the current instance. (Inherited from Object.)
Aa833821.pubmethod(en-us,VS.90).gif InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Aa833821.protmethod(en-us,VS.90).gif MemberwiseClone Overloaded.
Aa833821.pubmethod(en-us,VS.90).gif ToString Returns a string that represents the current object. (Overrides Component.ToString().)

Top

Properties

  Name Description
Aa833821.protproperty(en-us,VS.90).gif CanRaiseEvents Gets a value indicating whether the component can raise an event. (Inherited from Component.)
Aa833821.pubproperty(en-us,VS.90).gif ColumnNumber Gets or sets the column number associated with the ResultSet.
Aa833821.pubproperty(en-us,VS.90).gif Container Gets the IContainer that contains the Component. (Inherited from Component.)
Aa833821.protproperty(en-us,VS.90).gif DesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Aa833821.pubproperty(en-us,VS.90).gif Enabled Gets or sets a value indicating whether the test condition is enabled. (Inherited from TestCondition.)
Aa833821.protproperty(en-us,VS.90).gif Events Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Aa833821.pubproperty(en-us,VS.90).gif ExpectedValue Gets or sets the expected value of the first column of the first row of the specified ResultSet.
Aa833821.pubproperty(en-us,VS.90).gif Name Gets or sets the test condition name. (Inherited from TestCondition.)
Aa833821.pubproperty(en-us,VS.90).gif NullExpected Gets or sets whether the ExpectedValue should be null.
Aa833821.pubproperty(en-us,VS.90).gif ResultSet Gets or sets the result set to check. (Inherited from ResultSetCondition.)
Aa833821.pubproperty(en-us,VS.90).gif RowNumber Gets or sets the row number associated with the ResultSet.
Aa833821.pubproperty(en-us,VS.90).gif Site Gets or sets the ISite of the Component. (Inherited from Component.)

Top

Events

  Name Description
Aa833821.pubevent(en-us,VS.90).gif Disposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)

Top

See Also

Reference

ScalarValueCondition Class

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