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 | |
---|---|---|
TemplateHeader | Default constructor |
Top
Properties
Name | Description | |
---|---|---|
Description | Description of the process template. | |
Metadata | Metadata xml associated with the process template. This includes the set of plugins that will be used. | |
Name | The name of the process template | |
Rank | Stack ordering of the process template in the UI. | |
State | Current state of the process template. | |
TemplateId | Unique id for the process template. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.