ITestVariable Interface

 

Represents a variable name that is used in test configurations and its possible values.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ITestVariable : IIdentifiable<int>, INotifyPropertyChanged
public interface class ITestVariable : IIdentifiable<int>, INotifyPropertyChanged
type ITestVariable = 
    interface
        interface IIdentifiable<int>
        interface INotifyPropertyChanged
    end
Public Interface ITestVariable
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty AllowedValues

Gets a collection of allowed values for this variable.

System_CAPS_pubproperty Description

Gets or sets the description for this variable.

System_CAPS_pubproperty Id

Gets the identifier.(Inherited from IIdentifiable<TKey>.)

System_CAPS_pubproperty Name

Gets the unique name for this variable.

System_CAPS_pubproperty Revision

Gets the revision number for concurrency control.

Methods

Name Description
System_CAPS_pubmethod Delete()

Removes this variable from the server.

System_CAPS_pubmethod Refresh()

Updates the variable by using new data from the server.

System_CAPS_pubmethod Save()

Writes the new or updated variable to the server.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

INotifyPropertyChanged
ITestConfiguration
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top