ITestResolutionState Interface

 

This API supports the product 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

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
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty Id

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

System_CAPS_pubproperty Name

Gets the name of this resolution state.

System_CAPS_pubproperty Project

Gets the ITestManagementTeamProject for this test resolution state.

Methods

Name Description
System_CAPS_pubmethod Delete()

Removes this test resolution state from the server.

System_CAPS_pubmethod Refresh()

Updates this test resolution state by using data from the server.

System_CAPS_pubmethod Save()

Writes the new or updated test resolution state to the server.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

ITestCaseResult
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top