Method | Description | |
---|---|---|
AddRecord ( string volume, List |
||
AddRecord ( string volume, |
||
ContainsVolume ( string volume ) : bool | ||
DeleteRecord ( string volume, ulong frn ) : bool | ||
FindByFrn ( string volume, ulong frn ) : |
||
FindByName ( string filename, long &foundFileCnt, long &fountFolderCnt ) : List |
||
GetFolderSource ( string volume ) : MyEverythingRecord>.Dictionary |
||
MyEverythingDB ( ) : System | ||
UpdateRecord ( string volume, |
Method | Description | |
---|---|---|
CheckHashTableKey ( MyEverythingRecord>.Dictionary |
||
DeleteRecordHashTableItem ( MyEverythingRecord>.Dictionary |
||
RealUpdateRecord ( string volume, MyEverythingRecord>.Dictionary |
public AddRecord ( string volume, List |
||
volume | string | |
r | List |
|
type | MyEverythingRecordType | |
return | void |
public AddRecord ( string volume, |
||
volume | string | |
record | ||
type | MyEverythingRecordType | |
return | void |
public ContainsVolume ( string volume ) : bool | ||
volume | string | |
return | bool |
public DeleteRecord ( string volume, ulong frn ) : bool | ||
volume | string | |
frn | ulong | |
return | bool |
public FindByFrn ( string volume, ulong frn ) : |
||
volume | string | |
frn | ulong | |
return |
public FindByName ( string filename, long &foundFileCnt, long &fountFolderCnt ) : List |
||
filename | string | |
foundFileCnt | long | |
fountFolderCnt | long | |
return | List |
public GetFolderSource ( string volume ) : MyEverythingRecord>.Dictionary |
||
volume | string | |
return | MyEverythingRecord>.Dictionary |
public UpdateRecord ( string volume, |
||
volume | string | |
record | ||
type | MyEverythingRecordType | |
return | void |