C# 클래스 DevExpress.DXCCTray.DXCCTrayConfiguration

파일 보기 프로젝트 열기: Xarlot/DXVcs2Git

공개 프로퍼티들

프로퍼티 타입 설명
DefaultFixingColorDark System.Color
DefaultFixingColorLight System.Color
DefaultNeedNextVolunteerColorDark System.Color
DefaultNeedNextVolunteerColorLight System.Color
DefaultNeedVolunteerColorDark System.Color
DefaultNeedVolunteerColorLight System.Color
LocalConfig bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetLocalStoragePath() 공개 정적인 메소드

public static GetLocalStoragePath ( ) : string
리턴 string

GetResource() 공개 정적인 메소드

public static GetResource ( string resourceName ) : string
resourceName string
리턴 string

GetVolunteerColorString() 공개 정적인 메소드

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
리턴 string

GetVolunteerColorsFromString() 공개 정적인 메소드

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
리턴 void

LoadConfiguration() 공개 정적인 메소드

public static LoadConfiguration ( ) : void
리턴 void

LoadDefaultConfiguration() 공개 정적인 메소드

public static LoadDefaultConfiguration ( ) : void
리턴 void

LoadDefaultLayout() 공개 정적인 메소드

public static LoadDefaultLayout ( ) : void
리턴 void

LoadDefaultLayoutAndGrid() 공개 정적인 메소드

public static LoadDefaultLayoutAndGrid ( ) : void
리턴 void

SaveConfiguration() 공개 정적인 메소드

public static SaveConfiguration ( ) : void
리턴 void

ShowError() 공개 정적인 메소드

public static ShowError ( string text ) : void
text string
리턴 void

프로퍼티 상세

DefaultFixingColorDark 공개적으로 정적으로 프로퍼티

public static Color,System DefaultFixingColorDark
리턴 System.Color

DefaultFixingColorLight 공개적으로 정적으로 프로퍼티

public static Color,System DefaultFixingColorLight
리턴 System.Color

DefaultNeedNextVolunteerColorDark 공개적으로 정적으로 프로퍼티

public static Color,System DefaultNeedNextVolunteerColorDark
리턴 System.Color

DefaultNeedNextVolunteerColorLight 공개적으로 정적으로 프로퍼티

public static Color,System DefaultNeedNextVolunteerColorLight
리턴 System.Color

DefaultNeedVolunteerColorDark 공개적으로 정적으로 프로퍼티

public static Color,System DefaultNeedVolunteerColorDark
리턴 System.Color

DefaultNeedVolunteerColorLight 공개적으로 정적으로 프로퍼티

public static Color,System DefaultNeedVolunteerColorLight
리턴 System.Color

LocalConfig 공개적으로 정적으로 프로퍼티

public static bool LocalConfig
리턴 bool