C# Class FileFind.Meshwork.Filesystem.LocalDirectory

Inheritance: AbstractDirectory, ILocalDirectoryItem
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
ById ( int id ) : LocalDirectory
Delete ( ) : void
DeleteFile ( string name ) : void

Méthodes protégées

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

Private Methods

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

public static ById ( int id ) : LocalDirectory
id int
Résultat LocalDirectory

Delete() public méthode

public Delete ( ) : void
Résultat void

DeleteFile() public méthode

public DeleteFile ( string name ) : void
name string
Résultat void

InvalidateCache() protected méthode

protected InvalidateCache ( ) : void
Résultat void

LocalDirectory() protected méthode

protected LocalDirectory ( int id, int parentId, string name, string localPath, string fullPath ) : System
id int
parentId int
name string
localPath string
fullPath string
Résultat System