C# 클래스 XRefresh.Model.FoldersRow

상속: global::System.Data.DataRow
파일 보기 프로젝트 열기: binaryage/xrefresh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
activities Queue
positive bool
watcher FileSystemWatcher

Private Properties

프로퍼티 타입 설명
ClearActivities void
CreateActivity void
CreateActivity void
FoldersRow
GetExcludeFiltersRows ExcludeFiltersRow[]
GetIncludeFiltersRows IncludeFiltersRow[]
OnChanged void
OnCreated void
OnDeleted void
OnRenamed void
RunningOutOfSpace bool

공개 메소드들

메소드 설명
AddActivity ( Activity activity ) : void
ClearExcludes ( ) : void
ClearIncludes ( ) : void
GetPositiveActivitiesCount ( ) : int
HasWatcher ( FileSystemWatcher w ) : bool
Init ( ) : void
PassesFilters ( string path, MatchReason reason ) : bool
PassesLocalExcludes ( string path, MatchReason reason ) : bool
PassesLocalFilters ( string path, MatchReason reason ) : bool
PassesLocalIncludes ( string path, MatchReason reason ) : bool
PrepareRefreshMessage ( ) : XRefresh.Server.ServerMessageRefresh
Start ( ) : void
Stop ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
CreateWatcher ( ) : FileSystemWatcher

비공개 메소드들

메소드 설명
ClearActivities ( ) : void
CreateActivity ( object source, ActivityType type, string path1 ) : void
CreateActivity ( object source, ActivityType type, string path1, string path2 ) : void
FoldersRow ( global rb )
GetExcludeFiltersRows ( ) : ExcludeFiltersRow[]
GetIncludeFiltersRows ( ) : IncludeFiltersRow[]
OnChanged ( object source, FileSystemEventArgs e ) : void
OnCreated ( object source, FileSystemEventArgs e ) : void
OnDeleted ( object source, FileSystemEventArgs e ) : void
OnRenamed ( object source, RenamedEventArgs e ) : void
RunningOutOfSpace ( ) : bool

메소드 상세

AddActivity() 공개 메소드

public AddActivity ( Activity activity ) : void
activity Activity
리턴 void

ClearExcludes() 공개 메소드

public ClearExcludes ( ) : void
리턴 void

ClearIncludes() 공개 메소드

public ClearIncludes ( ) : void
리턴 void

CreateWatcher() 보호된 메소드

protected CreateWatcher ( ) : FileSystemWatcher
리턴 FileSystemWatcher

GetPositiveActivitiesCount() 공개 메소드

public GetPositiveActivitiesCount ( ) : int
리턴 int

HasWatcher() 공개 메소드

public HasWatcher ( FileSystemWatcher w ) : bool
w FileSystemWatcher
리턴 bool

Init() 공개 메소드

public Init ( ) : void
리턴 void

PassesFilters() 공개 메소드

public PassesFilters ( string path, MatchReason reason ) : bool
path string
reason MatchReason
리턴 bool

PassesLocalExcludes() 공개 메소드

public PassesLocalExcludes ( string path, MatchReason reason ) : bool
path string
reason MatchReason
리턴 bool

PassesLocalFilters() 공개 메소드

public PassesLocalFilters ( string path, MatchReason reason ) : bool
path string
reason MatchReason
리턴 bool

PassesLocalIncludes() 공개 메소드

public PassesLocalIncludes ( string path, MatchReason reason ) : bool
path string
reason MatchReason
리턴 bool

PrepareRefreshMessage() 공개 메소드

public PrepareRefreshMessage ( ) : XRefresh.Server.ServerMessageRefresh
리턴 XRefresh.Server.ServerMessageRefresh

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

activities 공개적으로 프로퍼티

public Queue activities
리턴 Queue

positive 공개적으로 프로퍼티

public bool positive
리턴 bool

watcher 공개적으로 프로퍼티

public FileSystemWatcher watcher
리턴 FileSystemWatcher