TemplateHeader Class

Metadata describing a process template.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Server.TemplateHeader

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

Syntax

'Declaration
Public NotInheritable Class TemplateHeader
public sealed class TemplateHeader
public ref class TemplateHeader sealed
[<Sealed>]
type TemplateHeader =  class end
public final class TemplateHeader

The TemplateHeader type exposes the following members.

Constructors

  Name Description
Public method TemplateHeader Default constructor

Top

Properties

  Name Description
Public property Description Description of the process template.
Public property Metadata Metadata xml associated with the process template. This includes the set of plugins that will be used.
Public property Name The name of the process template
Public property Rank Stack ordering of the process template in the UI.
Public property State Current state of the process template.
Public property TemplateId Unique id for the process template.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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.Server Namespace