C# 클래스 Dev2.PathOperations.Dev2FileSystemProvider

상속: IActivityIOOperationsEndPoint
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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