Class GlobalConfigSettings
Inheritance
System.Object
GlobalConfigSettings
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()
Assembly: Asgard3.Core.dll
Syntax
public class GlobalConfigSettings
Fields
|
Improve this Doc
View Source
ChatBehavior
Declaration
public string ChatBehavior
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CheckForHashesOnStartup
Declaration
public bool CheckForHashesOnStartup
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckForPluginsOnStartup
Declaration
public bool CheckForPluginsOnStartup
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckForUpdatesOnStartup
Declaration
public bool CheckForUpdatesOnStartup
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckForUpdatesPeriodically
Declaration
public bool CheckForUpdatesPeriodically
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckForUpdateTime
Declaration
public int CheckForUpdateTime
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ConvertLinks
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayNameAndServerForProfile
Declaration
public bool DisplayNameAndServerForProfile
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ImageBehavior
Declaration
public string ImageBehavior
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LeftChannel
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MinimizeToTray
Declaration
public bool MinimizeToTray
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Template
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
YouTubeBehavior
Declaration
public string YouTubeBehavior
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
BanFilters
Declaration
public List<string> BanFilters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
|
Improve this Doc
View Source
BnetServers
Declaration
public List<Server> BnetServers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Server> |
|
|
Improve this Doc
View Source
ListViewFont
Declaration
public Font ListViewFont { get; set; }
Property Value
Type |
Description |
System.Drawing.Font |
|
|
Improve this Doc
View Source
ListViewFontString
Declaration
public string ListViewFontString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RTBFont
Declaration
public Font RTBFont { get; set; }
Property Value
Type |
Description |
System.Drawing.Font |
|
|
Improve this Doc
View Source
RTBFontString
Declaration
public string RTBFontString { get; set; }
Property Value
Type |
Description |
System.String |
|