C# Класс Dev2.PathOperations.Dev2FileSystemProvider

Наследование: IActivityIOOperationsEndPoint
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExtendedDirList ( string path, string user, string pass, bool ssl, bool isNotCertVerifiable ) : string
HandlesType ( enActivityIOPathType type ) : bool
ListFilesInDirectory ( IActivityIOPath src ) : IList

Get folder listing for source

ListFoldersInDirectory ( IActivityIOPath src ) : IList

Get folder listing for source

PathIs ( IActivityIOPath path ) : enPathType
PathSeperator ( ) : string
RequiresLocalTmpStorage ( ) : bool

Приватные методы

Метод Описание
CloseHandle ( IntPtr handle ) : bool
CreateDirectory ( IActivityIOPath dst, Dev2CRUDOperationTO args ) : bool
Delete ( IActivityIOPath src ) : bool
DirectoryExist ( IActivityIOPath dir ) : bool
ExtractDomain ( IActivityIOPath path ) : string
ExtractUserName ( IPathAuth path ) : string
FileExist ( IActivityIOPath path ) : bool
Get ( IActivityIOPath path, List filesToCleanup ) : Stream
GetDirectoriesForType ( string path, string pattern, ReadTypes type ) : IEnumerable
ListDirectoriesAccordingToType ( IActivityIOPath src, ReadTypes type ) : IList
ListDirectory ( IActivityIOPath src ) : IList
LogonUser ( String lpszUsername, String lpszDomain, String lpszPassword, int dwLogonType, int dwLogonProvider, SafeTokenHandle &phToken ) : bool
PathExist ( IActivityIOPath dst ) : bool
Put ( Stream src, IActivityIOPath dst, Dev2CRUDOperationTO args, string whereToPut, List filesToCleanup ) : int
RequiresAuth ( IActivityIOPath path ) : bool

Описание методов

ExtendedDirList() публичный Метод

public ExtendedDirList ( string path, string user, string pass, bool ssl, bool isNotCertVerifiable ) : string
path string
user string
pass string
ssl bool
isNotCertVerifiable bool
Результат string

HandlesType() публичный Метод

public HandlesType ( enActivityIOPathType type ) : bool
type enActivityIOPathType
Результат bool

ListFilesInDirectory() публичный Метод

Get folder listing for source
public ListFilesInDirectory ( IActivityIOPath src ) : IList
src IActivityIOPath
Результат IList

ListFoldersInDirectory() публичный Метод

Get folder listing for source
public ListFoldersInDirectory ( IActivityIOPath src ) : IList
src IActivityIOPath
Результат IList

PathIs() публичный Метод

public PathIs ( IActivityIOPath path ) : enPathType
path IActivityIOPath
Результат enPathType

PathSeperator() публичный Метод

public PathSeperator ( ) : string
Результат string

RequiresLocalTmpStorage() публичный Метод

public RequiresLocalTmpStorage ( ) : bool
Результат bool