Class BugConfigurationSet
Inheritance
System.Object
BugConfigurationSet
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BugConfigurationSet
Constructors
BugConfigurationSet(UserSettings)
Properties
BugActiveProviders
Declaration
public List<string> BugActiveProviders { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|
BugAddAttachment
Declaration
public bool BugAddAttachment { get; set; }
Property Value
System.Boolean
|
BugAutoSubmit
Declaration
public bool BugAutoSubmit { get; set; }
Property Value
System.Boolean
|
BugDescriptionMask
Declaration
public string BugDescriptionMask { get; set; }
Property Value
System.String
|
BugTitleMask
Declaration
public string BugTitleMask { get; set; }
Property Value
System.String
|
BugTrackerSettings
Declaration
public Dictionary<string, BugTrackerPersistableSettings> BugTrackerSettings { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, BugTrackerPersistableSettings>
|
ShowSubmitedProviders
Declaration
public bool ShowSubmitedProviders { get; set; }
Property Value
System.Boolean
|