Show / Hide Table of Contents

Class DefaultTfsTitleSettings

Phoenix Settings for configuring a DefaultTfsTitleSettings.

Inheritance
object
SettingsCategoryBase
DefaultTfsTitleSettings
Inherited Members
SettingsCategoryBase.GetAllowedValuesOrDefault(string)
SettingsCategoryBase.CategoryName
SettingsCategoryBase.DisplayName
SettingsCategoryBase.ShowInSettingsManager
SettingsCategoryBase.AllowedValues
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.DefaultTfsConfig
Assembly: Phoenix.Plugin.Aruba.DefaultTfsConfig.dll
Syntax
public class DefaultTfsTitleSettings : SettingsCategoryBase

Constructors

View Source

DefaultTfsTitleSettings()

Initializes a new instance of the DefaultTfsTitleSettings class.

Declaration
public DefaultTfsTitleSettings()

Properties

View Source

ProjectName

Gets or Sets the name of the project on TFS.

Declaration
[PhoenixSetting("ProjectName", "Project Name")]
public string ProjectName { get; set; }
Property Value
Type Description
string
View Source

ServiceEndpoint

Gets or Sets the endpoint Uri for the TFS service.

Declaration
[PhoenixSetting("ServiceEndpoint", "TFS Service Uri")]
public string ServiceEndpoint { get; set; }
Property Value
Type Description
string

Methods

View Source

IsEmpty()

Checks if any field is null or empty.

Declaration
public bool IsEmpty()
Returns
Type Description
bool

True if any field is null or empty, false otherwise.

  • View Source
In this article
Back to top Generated by DocFX