IBugFieldMapping Interface

Represents the mapping of bug field properties to their work item tracking fields.

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

Syntax

'Declaration
Public Interface IBugFieldMapping
public interface IBugFieldMapping
public interface class IBugFieldMapping
type IBugFieldMapping =  interface end
public interface IBugFieldMapping

The IBugFieldMapping type exposes the following members.

Properties

  Name Description
Public property BugWorkItem Gets the name of the type of bug work item to create.
Public property CreatedBy Gets the identity of the person who created this mapping object.
Public property CreatedDate Gets the date and time that this mapping object was created.
Public property FieldMappings Gets the dictionary of automatically generated bug data and the names of the corresponding bug work item fields.
Public property LastUpdated Gets the date and time that this mapping object was last updated.
Public property LastUpdatedBy Gets the identity of the person who last updated this mapping object.
Public property Revision Gets the revision number of this mapping object for concurrency.

Top

Methods

  Name Description
Public method Export Saves this mapping object to an XML file.
Public method Refresh Updates this mapping object by using data from the server.

Top

Remarks

For more information about using Test Manager (TCM) to edit the bug field mapping, see Specifying the Bug Type to File By Using Microsoft Test Manager.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

IBugFieldMappingHelper

Other Resources

Specifying the Bug Type to File By Using Microsoft Test Manager