C# Class DevExpress.DXCCTray.DXCCTrayConfiguration

Mostrar archivo Open project: Xarlot/DXVcs2Git

Public Properties

Property Type Description
DefaultFixingColorDark System.Color
DefaultFixingColorLight System.Color
DefaultNeedNextVolunteerColorDark System.Color
DefaultNeedNextVolunteerColorLight System.Color
DefaultNeedVolunteerColorDark System.Color
DefaultNeedVolunteerColorLight System.Color
LocalConfig bool

Public Methods

Method Description
GetLocalStoragePath ( ) : string
GetResource ( string resourceName ) : string
GetVolunteerColorString ( System.Color needVolunteerColorLight, System.Color needVolunteerColorDark, System.Color needNextVolunteerColorLight, System.Color needNextVolunteerColorDark, System.Color fixingColorLight, System.Color fixingColorDark ) : string
GetVolunteerColorsFromString ( string value, System.Color &needVolunteerColorLight, System.Color &needVolunteerColorDark, System.Color &needNextVolunteerColorLight, System.Color &needNextVolunteerColorDark, System.Color &fixingColorLight, System.Color &fixingColorDark ) : void
LoadConfiguration ( ) : void
LoadDefaultConfiguration ( ) : void
LoadDefaultLayout ( ) : void
LoadDefaultLayoutAndGrid ( ) : void
SaveConfiguration ( ) : void
ShowError ( string text ) : void

Private Methods

Method Description
DXCCTrayConfiguration ( ) : System
LoadBase64 ( XmlDocument doc, string name, byte defaultValue ) : byte[]
LoadBoolean ( XmlDocument doc, string name, bool defaultValue ) : bool
LoadDefaultFarmListAndUpdateUrl ( ) : void
LoadDefaultVolunteerColors ( ) : void
LoadFarmList ( XmlDocument doc ) : void
LoadInt ( XmlDocument doc, string name, int defaultValue ) : int
LoadLayoutAndGrid ( XmlDocument doc ) : void
LoadString ( XmlDocument doc, string name, string defaultValue ) : string
LoadUpdateUrl ( XmlDocument doc ) : void
TryLoadString ( XmlDocument doc, string name, string &value ) : bool

Method Details

GetLocalStoragePath() public static method

public static GetLocalStoragePath ( ) : string
return string

GetResource() public static method

public static GetResource ( string resourceName ) : string
resourceName string
return string

GetVolunteerColorString() public static method

public static GetVolunteerColorString ( System.Color needVolunteerColorLight, System.Color needVolunteerColorDark, System.Color needNextVolunteerColorLight, System.Color needNextVolunteerColorDark, System.Color fixingColorLight, System.Color fixingColorDark ) : string
needVolunteerColorLight System.Color
needVolunteerColorDark System.Color
needNextVolunteerColorLight System.Color
needNextVolunteerColorDark System.Color
fixingColorLight System.Color
fixingColorDark System.Color
return string

GetVolunteerColorsFromString() public static method

public static GetVolunteerColorsFromString ( string value, System.Color &needVolunteerColorLight, System.Color &needVolunteerColorDark, System.Color &needNextVolunteerColorLight, System.Color &needNextVolunteerColorDark, System.Color &fixingColorLight, System.Color &fixingColorDark ) : void
value string
needVolunteerColorLight System.Color
needVolunteerColorDark System.Color
needNextVolunteerColorLight System.Color
needNextVolunteerColorDark System.Color
fixingColorLight System.Color
fixingColorDark System.Color
return void

LoadConfiguration() public static method

public static LoadConfiguration ( ) : void
return void

LoadDefaultConfiguration() public static method

public static LoadDefaultConfiguration ( ) : void
return void

LoadDefaultLayout() public static method

public static LoadDefaultLayout ( ) : void
return void

LoadDefaultLayoutAndGrid() public static method

public static LoadDefaultLayoutAndGrid ( ) : void
return void

SaveConfiguration() public static method

public static SaveConfiguration ( ) : void
return void

ShowError() public static method

public static ShowError ( string text ) : void
text string
return void

Property Details

DefaultFixingColorDark public_oe static_oe property

public static Color,System DefaultFixingColorDark
return System.Color

DefaultFixingColorLight public_oe static_oe property

public static Color,System DefaultFixingColorLight
return System.Color

DefaultNeedNextVolunteerColorDark public_oe static_oe property

public static Color,System DefaultNeedNextVolunteerColorDark
return System.Color

DefaultNeedNextVolunteerColorLight public_oe static_oe property

public static Color,System DefaultNeedNextVolunteerColorLight
return System.Color

DefaultNeedVolunteerColorDark public_oe static_oe property

public static Color,System DefaultNeedVolunteerColorDark
return System.Color

DefaultNeedVolunteerColorLight public_oe static_oe property

public static Color,System DefaultNeedVolunteerColorLight
return System.Color

LocalConfig public_oe static_oe property

public static bool LocalConfig
return bool