C# 클래스 RavenFS.Studio.Models.VirtualFoldersManager

Manages a list of folders which the user has created in the client, but which do not yet exist on the server
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string path ) : void
GetSubFolders ( string path ) : IList

Gets the

PruneFoldersThatNowExist ( IList realFolders ) : void
VirtualFoldersManager ( ) : System

비공개 메소드들

메소드 설명
FolderIsSubPath ( string parentPath, string folderPath ) : bool
GetImmediateSubFolderPath ( string fullPath, string parentPath ) : string
RealFolderHasSamePathAsVirtualFolder ( IList realFolders, DirectoryModel f ) : bool

메소드 상세

Add() 공개 메소드

public Add ( string path ) : void
path string
리턴 void

GetSubFolders() 공개 메소드

Gets the
public GetSubFolders ( string path ) : IList
path string
리턴 IList

PruneFoldersThatNowExist() 공개 메소드

public PruneFoldersThatNowExist ( IList realFolders ) : void
realFolders IList
리턴 void

VirtualFoldersManager() 공개 메소드

public VirtualFoldersManager ( ) : System
리턴 System