BuildEnumerationHelper Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public NotInheritable Class BuildEnumerationHelper
public static class BuildEnumerationHelper
public ref class BuildEnumerationHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type BuildEnumerationHelper = class end
public final class BuildEnumerationHelper
The BuildEnumerationHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDisplayText(Object) | Gets the localized display text for known enumeration values (and the ToString value for others). | |
GetDisplayText(AgentStatus) | Gets the localized display text for AgentStatus values. | |
GetDisplayText(BuildPhaseStatus) | Gets the localized display text for BuildPhaseStatus values. | |
GetDisplayText(BuildReason) | Gets the localized display text for BuildReason values. | |
GetDisplayText(BuildStatus) | Gets the localized display text for BuildStatus values. | |
GetDisplayText(BuildStepStatus) | Gets the localized display text for BuildStepStatus values. | |
GetDisplayText(ControllerStatus) | Gets the localized display text for ControllerStatus values. | |
GetDisplayText(DefinitionQueueStatus) | Gets the localized display text for DefinitionQueueStatus values. | |
GetDisplayText(DefinitionTriggerType) | Gets the localized display text for DefinitionTriggerType values. | |
GetDisplayText(DeleteOptions) | Gets the localized display text for DeleteOptions values. | |
GetDisplayText(QueuePriority) | Gets the localized display text for QueuePriority values. | |
GetDisplayText(QueueStatus) | Gets the localized display text for QueueStatus values. | |
GetDisplayTextValues | Gets an array of the localized display text values for a known enumeration (and the ToString values for others). |
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.