C# Class Dev2.PathOperations.Dev2FileSystemProvider

Inheritance: IActivityIOOperationsEndPoint
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

ExtendedDirList() public method

public ExtendedDirList ( string path, string user, string pass, bool ssl, bool isNotCertVerifiable ) : string
path string
user string
pass string
ssl bool
isNotCertVerifiable bool
return string

HandlesType() public method

public HandlesType ( enActivityIOPathType type ) : bool
type enActivityIOPathType
return bool

ListFilesInDirectory() public method

Get folder listing for source
public ListFilesInDirectory ( IActivityIOPath src ) : IList
src IActivityIOPath
return IList

ListFoldersInDirectory() public method

Get folder listing for source
public ListFoldersInDirectory ( IActivityIOPath src ) : IList
src IActivityIOPath
return IList

PathIs() public method

public PathIs ( IActivityIOPath path ) : enPathType
path IActivityIOPath
return enPathType

PathSeperator() public method

public PathSeperator ( ) : string
return string

RequiresLocalTmpStorage() public method

public RequiresLocalTmpStorage ( ) : bool
return bool