C# Class FileFind.Meshwork.Filesystem.LocalDirectory

Inheritance: AbstractDirectory, ILocalDirectoryItem
显示文件 Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
ById ( int id ) : LocalDirectory
Delete ( ) : void
DeleteFile ( string name ) : void

Protected Methods

Method Description
InvalidateCache ( ) : void
LocalDirectory ( int id, int parentId, string name, string localPath, string fullPath ) : System

Private Methods

Method Description
CountByParentId ( Nullable parent_id ) : long
CreateDirectory ( LocalDirectory parent, string name, string local_path ) : LocalDirectory
CreateFile ( System info ) : LocalFile
CreateSubDirectory ( string name, string localPath ) : LocalDirectory
FromDataRow ( DataRow row ) : LocalDirectory
ListByParentId ( Nullable parent_id ) : FileFind.Meshwork.Filesystem.LocalDirectory[]

Method Details

ById() public static method

public static ById ( int id ) : LocalDirectory
id int
return LocalDirectory

Delete() public method

public Delete ( ) : void
return void

DeleteFile() public method

public DeleteFile ( string name ) : void
name string
return void

InvalidateCache() protected method

protected InvalidateCache ( ) : void
return void

LocalDirectory() protected method

protected LocalDirectory ( int id, int parentId, string name, string localPath, string fullPath ) : System
id int
parentId int
name string
localPath string
fullPath string
return System