Метод |
Описание |
|
ById ( int id ) : LocalFile |
|
|
CountByParentId ( Nullable parent_id ) : long |
|
|
CreateFile ( LocalDirectory parentDirectory, System info ) : LocalFile |
|
|
CreateFile ( LocalDirectory parentDirectory, string name, string localpath, long length ) : LocalFile |
|
|
ListByParentId ( Nullable parent_id ) : FileFind.Meshwork.Filesystem.LocalFile[] |
|
|
LocalFile ( DataRow row ) : System |
|
|
LocalFile ( int id, int parentId, string name, string localPath, long length, string fullPath ) : System |
|
|
Reload ( ) : void |
|
|
Reload ( DataRow row ) : void |
|
|
Save ( ) : void |
|
|
Update ( string infoHash, string sha1, int pieceLength, string pieces ) : void |
|
|