Class DefaultTfsTitleSettings
Phoenix Settings for configuring a DefaultTfsTitleSettings.
Inherited Members
      SettingsCategoryBase.CategoryName
    
    
      SettingsCategoryBase.DisplayName
    
    
      SettingsCategoryBase.ShowInSettingsManager
    
    
      SettingsCategoryBase.AllowedValues
    
    
    
    
    
    
    
    
  Namespace: Phoenix.Aruba.DefaultTfsConfig
Assembly: Phoenix.Plugin.Aruba.DefaultTfsConfig.dll
Syntax
public class DefaultTfsTitleSettings : SettingsCategoryBaseConstructors
View SourceDefaultTfsTitleSettings()
Initializes a new instance of the DefaultTfsTitleSettings class.
Declaration
public DefaultTfsTitleSettings()Properties
View SourceProjectName
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 | 
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 SourceIsEmpty()
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. |