WorkItemFieldNames Class

For internal use only.

The reference names of various work item fields used by Test Manager subsystem.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestManagement.Common.Internal.WorkItemFieldNames

Namespace:  Microsoft.TeamFoundation.TestManagement.Common.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Syntax

'Declaration
<GenerateAllConstantsAttribute(Nothing)> _
Public NotInheritable Class WorkItemFieldNames
[GenerateAllConstantsAttribute(null)]
public static class WorkItemFieldNames
[GenerateAllConstantsAttribute(nullptr)]
public ref class WorkItemFieldNames abstract sealed
[<AbstractClass>]
[<Sealed>]
[<GenerateAllConstantsAttribute(null)>]
type WorkItemFieldNames =  class end
public final class WorkItemFieldNames

The WorkItemFieldNames type exposes the following members.

Fields

  Name Description
Public fieldStatic member Actions
Public fieldStatic member ActivatedBy
Public fieldStatic member ActivatedDate
Public fieldStatic member AutomationStatus
Public fieldStatic member ClosedBy
Public fieldStatic member ClosedDate
Public fieldStatic member DataField
Public fieldStatic member Description
Public fieldStatic member IntegrationBuild
Public fieldStatic member Owner
Public fieldStatic member Parameters
Public fieldStatic member Priority
Public fieldStatic member StateChangeDate
Public fieldStatic member Storage
Public fieldStatic member TestId
Public fieldStatic member TestIdIsNotNull
Public fieldStatic member TestName
Public fieldStatic member TestType
Public fieldStatic member WorkItemType

Top

Remarks

These constants define the field names used to implement various properties of TestCase. The location to find these is: vset\common\Methdologies\MSF_Agile\Files\WorkItem Tracking\TypeDefinitions\TestCase.xml

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Common.Internal Namespace