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 | |
---|---|---|
AllowedValues | Gets a collection of allowed values for this variable. |
|
Description | Gets or sets the description for this variable. |
|
Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
|
Name | Gets the unique name for this variable. |
|
Revision | Gets the revision number for concurrency control. |
Methods
Name | Description | |
---|---|---|
Delete() | Removes this variable from the server. |
|
Refresh() | Updates the variable by using new data from the server. |
|
Save() | Writes the new or updated variable to the server. |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
INotifyPropertyChanged
ITestConfiguration
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top