C# Class XRefresh.Model.FoldersRow

Inheritance: global::System.Data.DataRow
Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Свойство Type Description
activities Queue
positive bool
watcher FileSystemWatcher

Private Properties

Свойство Type Description
ClearActivities void
CreateActivity void
CreateActivity void
FoldersRow
GetExcludeFiltersRows ExcludeFiltersRow[]
GetIncludeFiltersRows IncludeFiltersRow[]
OnChanged void
OnCreated void
OnDeleted void
OnRenamed void
RunningOutOfSpace bool

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateWatcher ( ) : FileSystemWatcher

Private Methods

Méthode Description
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

Method Details

AddActivity() public méthode

public AddActivity ( Activity activity ) : void
activity Activity
Résultat void

ClearExcludes() public méthode

public ClearExcludes ( ) : void
Résultat void

ClearIncludes() public méthode

public ClearIncludes ( ) : void
Résultat void

CreateWatcher() protected méthode

protected CreateWatcher ( ) : FileSystemWatcher
Résultat FileSystemWatcher

GetPositiveActivitiesCount() public méthode

public GetPositiveActivitiesCount ( ) : int
Résultat int

HasWatcher() public méthode

public HasWatcher ( FileSystemWatcher w ) : bool
w FileSystemWatcher
Résultat bool

Init() public méthode

public Init ( ) : void
Résultat void

PassesFilters() public méthode

public PassesFilters ( string path, MatchReason reason ) : bool
path string
reason MatchReason
Résultat bool

PassesLocalExcludes() public méthode

public PassesLocalExcludes ( string path, MatchReason reason ) : bool
path string
reason MatchReason
Résultat bool

PassesLocalFilters() public méthode

public PassesLocalFilters ( string path, MatchReason reason ) : bool
path string
reason MatchReason
Résultat bool

PassesLocalIncludes() public méthode

public PassesLocalIncludes ( string path, MatchReason reason ) : bool
path string
reason MatchReason
Résultat bool

PrepareRefreshMessage() public méthode

public PrepareRefreshMessage ( ) : XRefresh.Server.ServerMessageRefresh
Résultat XRefresh.Server.ServerMessageRefresh

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

activities public_oe property

public Queue activities
Résultat Queue

positive public_oe property

public bool positive
Résultat bool

watcher public_oe property

public FileSystemWatcher watcher
Résultat FileSystemWatcher