Show / Hide Table of Contents

Class ArubaSettings

A class associated with Phoenix settings for Aruba

Inheritance
object
SettingsCategoryBase
ArubaSettings
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
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ArubaSettings : SettingsCategoryBase

Constructors

View Source

ArubaSettings()

Initializes a new instance of the ArubaSettings class.

Declaration
public ArubaSettings()

Properties

View Source

AutoFollowBugs

Gets or sets a value indicating whether to automatically follow created bugs (ADO only).

Declaration
[PhoenixSetting("AutoFollowBugs", "Auto Follow Bugs")]
public bool AutoFollowBugs { get; set; }
Property Value
Type Description
bool
View Source

AutoSaveFilePath

Gets or sets a value of where the auto-save files will be saved to the file system.

Declaration
[PhoenixSetting("AutoSaveFilePath", "Auto-save file path")]
public string AutoSaveFilePath { get; set; }
Property Value
Type Description
string
View Source

AutoSaveIntervalInSeconds

Gets or sets a value for the frequency, in seconds, of the auto-save event happening.

Declaration
[PhoenixSetting("AutoSaveIntervalInSeconds", "Auto-save interval in seconds")]
public int AutoSaveIntervalInSeconds { get; set; }
Property Value
Type Description
int
View Source

ConnectOnLoad

Gets or sets a value indicating whether to connect when Phoenix is load.

Declaration
[PhoenixSetting("ConnectOnLoad", "Connect when Phoenix is loaded")]
public bool ConnectOnLoad { get; set; }
Property Value
Type Description
bool
View Source

LastConnectedTitle

Gets or sets the name of the last connected title.

Declaration
public string LastConnectedTitle { get; set; }
Property Value
Type Description
string
View Source

LocalCacheFolder

Gets or sets the the local cache location on disk.

Declaration
[PhoenixSetting("LocalCacheFolder", "Location for Aruba to cache files for offline use.", SettingMetadata = SettingMetadata.Directory)]
public string LocalCacheFolder { get; set; }
Property Value
Type Description
string
View Source

ShowBugSubmittedPopup

Gets or sets a value indicating whether to show the bug submitted dialog after successfully submitting a bug.

Declaration
[PhoenixSetting("ShowBugSubmittedPopup", "Show Bug Submitted Pop-up")]
public bool ShowBugSubmittedPopup { get; set; }
Property Value
Type Description
bool
View Source

SpellCheckEnabled

Gets or sets a value indicating whether enable or disable spell-checking when creating bugs.

Declaration
[PhoenixSetting("SpellCheckEnabled", "Enable spell-checking")]
public bool SpellCheckEnabled { get; set; }
Property Value
Type Description
bool
View Source

SpellCheckLanguage

Gets or sets the spell-checking language.

Declaration
[PhoenixSetting("SpellCheckLanguage", "Custom spell-checking language")]
public string SpellCheckLanguage { get; set; }
Property Value
Type Description
string
View Source

UseDxdiagCache

Gets or sets a value indicating whether the CaptureDxdiag() should use a cached version of a DxDiag attachment, if one exists.

Declaration
[PhoenixSetting("UseDxdiagCache", "Cache dxdiag attachments")]
public bool UseDxdiagCache { get; set; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Generated by DocFX