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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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