ITestResolutionState Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the resolution status of a test case result.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestResolutionState _
Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
public interface ITestResolutionState : IIdentifiable<int>,
INotifyPropertyChanged
public interface class ITestResolutionState : IIdentifiable<int>,
INotifyPropertyChanged
type ITestResolutionState =
interface
interface IIdentifiable<int>
interface INotifyPropertyChanged
end
public interface ITestResolutionState extends IIdentifiable<int>, INotifyPropertyChanged
The ITestResolutionState type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) | |
Name | Gets the name of this resolution state. | |
Project | Gets the ITestManagementTeamProject for this test resolution state. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Removes this test resolution state from the server. | |
Refresh | Updates this test resolution state by using data from the server. | |
Save | Writes the new or updated test resolution state to the server. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top