Property | Type | Description | |
---|---|---|---|
Clone | global::System.Data.DataSet | ||
GetSchemaSerializable | global::System.Xml.Schema.XmlSchema | ||
GetTypedDataSetSchema | global::System.Xml.Schema.XmlSchemaComplexType | ||
InitClass | void | ||
InitVars | void | ||
InitVars | void | ||
InitializeDerivedDataSet | void | ||
Model | |||
Model | |||
ReadXmlSerializable | void | ||
RunningOutOfSpace | bool | ||
SchemaChanged | void | ||
ShouldSerializeExcludeFilters | bool | ||
ShouldSerializeFolders | bool | ||
ShouldSerializeGlobalExcludeFilters | bool | ||
ShouldSerializeGlobalIncludeFilters | bool | ||
ShouldSerializeIncludeFilters | bool | ||
ShouldSerializeRelations | bool | ||
ShouldSerializeSettings | bool | ||
ShouldSerializeTables | bool |
Method | Description | |
---|---|---|
AddFolder ( string name, string path, string type ) : FoldersRow | ||
CreateDefaultSettings ( ) : void | ||
FindFolder ( FileSystemWatcher watcher ) : FoldersRow | ||
GetSettings ( ) : SettingsRow | ||
Init ( ) : void | ||
IterateFolders ( FolderIteratorDelegate it ) : void | ||
Load ( string path ) : void |
Loads model state from XML file
|
|
PassesGlobalExcludes ( string path ) : bool | ||
PassesGlobalExcludes ( string path, |
||
PassesGlobalFilters ( string path, |
||
PassesGlobalIncludes ( string path, |
||
PrepareRefreshMessages ( ) : List |
||
Save ( string path ) : void |
Saves model state into XML file
|
|
Start ( ) : void |
Starts all folders to be reporting file system activity
|
|
Stop ( ) : void |
Stops all folders from reporting file system activity
|
Method | Description | |
---|---|---|
Clone ( ) : global::System.Data.DataSet | ||
GetSchemaSerializable ( ) : global::System.Xml.Schema.XmlSchema | ||
GetTypedDataSetSchema ( global xs ) : global::System.Xml.Schema.XmlSchemaComplexType | ||
InitClass ( ) : void | ||
InitVars ( ) : void | ||
InitVars ( bool initTable ) : void | ||
InitializeDerivedDataSet ( ) : void | ||
Model ( ) | ||
Model ( global info, global context ) | ||
ReadXmlSerializable ( global reader ) : void | ||
RunningOutOfSpace ( ) : bool | ||
SchemaChanged ( object sender, global e ) : void | ||
ShouldSerializeExcludeFilters ( ) : bool | ||
ShouldSerializeFolders ( ) : bool | ||
ShouldSerializeGlobalExcludeFilters ( ) : bool | ||
ShouldSerializeGlobalIncludeFilters ( ) : bool | ||
ShouldSerializeIncludeFilters ( ) : bool | ||
ShouldSerializeRelations ( ) : bool | ||
ShouldSerializeSettings ( ) : bool | ||
ShouldSerializeTables ( ) : bool |
public AddFolder ( string name, string path, string type ) : FoldersRow | ||
name | string | |
path | string | |
type | string | |
return | FoldersRow |
public FindFolder ( FileSystemWatcher watcher ) : FoldersRow | ||
watcher | FileSystemWatcher | |
return | FoldersRow |
public IterateFolders ( FolderIteratorDelegate it ) : void | ||
it | FolderIteratorDelegate | |
return | void |
public Load ( string path ) : void | ||
path | string | Path of XML file to read |
return | void |
public PassesGlobalExcludes ( string path ) : bool | ||
path | string | |
return | bool |
public PassesGlobalExcludes ( string path, |
||
path | string | |
reason | ||
return | bool |
public PassesGlobalFilters ( string path, |
||
path | string | |
reason | ||
return | bool |
public PassesGlobalIncludes ( string path, |
||
path | string | |
reason | ||
return | bool |
public Save ( string path ) : void | ||
path | string | Path of XML file to be overwritten |
return | void |