C# Class 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
Afficher le fichier Open project: hibernating-rhinos/RavenFS Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string path ) : void
GetSubFolders ( string path ) : IList

Gets the

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

Private Methods

Méthode Description
FolderIsSubPath ( string parentPath, string folderPath ) : bool
GetImmediateSubFolderPath ( string fullPath, string parentPath ) : string
RealFolderHasSamePathAsVirtualFolder ( IList realFolders, DirectoryModel f ) : bool

Method Details

Add() public méthode

public Add ( string path ) : void
path string
Résultat void

GetSubFolders() public méthode

Gets the
public GetSubFolders ( string path ) : IList
path string
Résultat IList

PruneFoldersThatNowExist() public méthode

public PruneFoldersThatNowExist ( IList realFolders ) : void
realFolders IList
Résultat void

VirtualFoldersManager() public méthode

public VirtualFoldersManager ( ) : System
Résultat System