C# 클래스 pocorall.SCM_Notifier.Config

파일 보기 프로젝트 열기: pocorall/scm-notifier

공개 프로퍼티들

프로퍼티 타입 설명
ChangeLogBeforeUpdate bool
CheckForNewVersion bool
DefaultActiveStatusUpdateInterval int
DefaultIdleStatusUpdateInterval int
DoPauseAfterApplicationStartup bool
DoPauseAfterWindowsResume bool
GitPath string
GitUIPath string
HideOnStartup bool
ItemDoubleClickAction System.Action
PauseAfterApplicationStartupInterval int
PauseAfterWindowsResumeInterval int
ShowBalloonInterval int
ShowInTaskbar bool
SvnPath string
TortoiseSvnPath string
UpdateAllSilently bool
UpdateWindowAction int

공개 메소드들

메소드 설명
Init ( ) : void
Init ( string fileName ) : void
IsSettingsOK ( ) : bool
IsTortoiseVersion_1_5_orHigher ( ) : bool
MigrateIfNecessary ( ) : void
ReadMainFormSize ( ) : int[]
ReadSvnFolders ( ) : SvnFolderCollection
SaveMainFormSize ( int width, int height ) : void
SaveSettings ( ) : void
SaveSvnFolders ( SvnFolderCollection folders ) : void
WriteLog ( string section, string arguments ) : void

Write text logs to log-file

비공개 메소드들

메소드 설명
GetTortoiseVersion ( ) : System.Version

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( string fileName ) : void
fileName string
리턴 void

IsSettingsOK() 공개 정적인 메소드

public static IsSettingsOK ( ) : bool
리턴 bool

IsTortoiseVersion_1_5_orHigher() 공개 정적인 메소드

public static IsTortoiseVersion_1_5_orHigher ( ) : bool
리턴 bool

MigrateIfNecessary() 공개 정적인 메소드

public static MigrateIfNecessary ( ) : void
리턴 void

ReadMainFormSize() 공개 정적인 메소드

public static ReadMainFormSize ( ) : int[]
리턴 int[]

ReadSvnFolders() 공개 정적인 메소드

public static ReadSvnFolders ( ) : SvnFolderCollection
리턴 SvnFolderCollection

SaveMainFormSize() 공개 정적인 메소드

public static SaveMainFormSize ( int width, int height ) : void
width int
height int
리턴 void

SaveSettings() 공개 정적인 메소드

public static SaveSettings ( ) : void
리턴 void

SaveSvnFolders() 공개 정적인 메소드

public static SaveSvnFolders ( SvnFolderCollection folders ) : void
folders SvnFolderCollection
리턴 void

WriteLog() 공개 정적인 메소드

Write text logs to log-file
public static WriteLog ( string section, string arguments ) : void
section string
arguments string
리턴 void

프로퍼티 상세

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

Force to see Change Log before Update
public static bool ChangeLogBeforeUpdate
리턴 bool

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

public static bool CheckForNewVersion
리턴 bool

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

Status check interval (in seconds) when MainForm is activated.
public static int DefaultActiveStatusUpdateInterval
리턴 int

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

Status check interval (in seconds) when MainForm is not activated.
public static int DefaultIdleStatusUpdateInterval
리턴 int

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

Pause after startup is active
public static bool DoPauseAfterApplicationStartup
리턴 bool

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

Pause after Windows resume is active
public static bool DoPauseAfterWindowsResume
리턴 bool

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

public static string GitPath
리턴 string

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

public static string GitUIPath
리턴 string

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

Main window status on startup
public static bool HideOnStartup
리턴 bool

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

public static Action,System ItemDoubleClickAction
리턴 System.Action

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

Interval (in seconds) to suspend status check after application startup.
public static int PauseAfterApplicationStartupInterval
리턴 int

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

Interval (in seconds) to suspend status check after Windows resume.
public static int PauseAfterWindowsResumeInterval
리턴 int

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

ShowBalloon hide interval in milliseconds.
public static int ShowBalloonInterval
리턴 int

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

public static bool ShowInTaskbar
리턴 bool

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

Path to svn.exe
public static string SvnPath
리턴 string

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

Path to TortoiseProc.exe
public static string TortoiseSvnPath
리턴 string

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

Don't show the status during all updating
public static bool UpdateAllSilently
리턴 bool

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

Close the progress dialog at the end of a update command automatically.
public static int UpdateWindowAction
리턴 int