BuildEnumerationHelper.GetDisplayText Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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. |
Top