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
Public property Id Gets the identifier. (Inherited from IIdentifiable<TKey>.)
Public property Name Gets the name of this resolution state.
Public property Project Gets the ITestManagementTeamProject for this test resolution state.

Top

Methods

  Name Description
Public method Delete Removes this test resolution state from the server.
Public method Refresh Updates this test resolution state by using data from the server.
Public method Save Writes the new or updated test resolution state to the server.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseResult