C# 클래스 FileFind.Meshwork.Filesystem.LocalDirectory

상속: AbstractDirectory, ILocalDirectoryItem
파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 메소드들

메소드 설명
ById ( int id ) : LocalDirectory
Delete ( ) : void
DeleteFile ( string name ) : void

보호된 메소드들

메소드 설명
InvalidateCache ( ) : void
LocalDirectory ( int id, int parentId, string name, string localPath, string fullPath ) : System

비공개 메소드들

메소드 설명
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[]

메소드 상세

ById() 공개 정적인 메소드

public static ById ( int id ) : LocalDirectory
id int
리턴 LocalDirectory

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

DeleteFile() 공개 메소드

public DeleteFile ( string name ) : void
name string
리턴 void

InvalidateCache() 보호된 메소드

protected InvalidateCache ( ) : void
리턴 void

LocalDirectory() 보호된 메소드

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