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

PBI : 1172 Status : New Purpose : To provide a factory for creating ActivityIO objects
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateOperationEndPointFromIOPath ( IActivityIOPath target ) : IActivityIOOperationsEndPoint

Return the approperate operation end point based upon the IOPath type

CreateOperationsBroker ( ) : IActivityOperationsBroker

Create an operations broker object

CreatePathFromString ( string path ) : IActivityIOPath

Return an IActivityIOPath based upont the path string

CreatePathFromString ( string path, bool IsNotCertVerifiable ) : IActivityIOPath

Return an IActivityIOPath based upont the path string

CreatePathFromString ( string path, bool isNotCertVerifiable, string privateKeyFile = "" ) : IActivityIOPath

Return an IActivityIOPath based upont the path string

CreatePathFromString ( string path, string user, string pass ) : IActivityIOPath

Return an IActivityIOPath based upont the path string

CreatePathFromString ( string path, string user, string pass, bool IsNotCertVerifiable ) : IActivityIOPath

Return an IActivityIOPath based upont the path string

CreatePathFromString ( string path, string user, string pass, bool isNotCertVerifiable, string privateKeyFile = "" ) : IActivityIOPath

Return an IActivityIOPath based upont the path string

CreatePathFromString ( string path, string user, string pass, string privateKeyFile = "" ) : IActivityIOPath

Return an IActivityIOPath based upont the path string

CreatePutRawOperationTO ( WriteType writeType, string contents ) : Dev2PutRawOperationTO

Create an PutRawOperationTo object

CreatePutRawOperationTO ( bool append, string contents, bool overwrite ) : Dev2PutRawOperationTO

Create an PutRawOperationTo object

CreateUnzipTO ( string passwd ) : Dev2UnZipOperationTO

Create an UnZipOperationTO object

CreateUnzipTO ( string passwd, bool overwrite ) : Dev2UnZipOperationTO

Create an UnZipOperationTO object

CreateZipTO ( string ratio, string passwd, string name ) : Dev2ZipOperationTO

Create an ZipOperationTO object

CreateZipTO ( string ratio, string passwd, string name, bool overwrite = false ) : Dev2ZipOperationTO

Create an ZipOperationTO object

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

CreateOperationEndPointFromIOPath() публичный статический Метод

Return the approperate operation end point based upon the IOPath type
public static CreateOperationEndPointFromIOPath ( IActivityIOPath target ) : IActivityIOOperationsEndPoint
target IActivityIOPath
Результат IActivityIOOperationsEndPoint

CreateOperationsBroker() публичный статический Метод

Create an operations broker object
public static CreateOperationsBroker ( ) : IActivityOperationsBroker
Результат IActivityOperationsBroker

CreatePathFromString() публичный статический Метод

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path ) : IActivityIOPath
path string
Результат IActivityIOPath

CreatePathFromString() публичный статический Метод

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, bool IsNotCertVerifiable ) : IActivityIOPath
path string
IsNotCertVerifiable bool
Результат IActivityIOPath

CreatePathFromString() публичный статический Метод

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, bool isNotCertVerifiable, string privateKeyFile = "" ) : IActivityIOPath
path string
isNotCertVerifiable bool
privateKeyFile string If private key file is required. This is the path
Результат IActivityIOPath

CreatePathFromString() публичный статический Метод

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, string user, string pass ) : IActivityIOPath
path string
user string
pass string
Результат IActivityIOPath

CreatePathFromString() публичный статический Метод

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, string user, string pass, bool IsNotCertVerifiable ) : IActivityIOPath
path string
user string
pass string
IsNotCertVerifiable bool
Результат IActivityIOPath

CreatePathFromString() публичный статический Метод

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, string user, string pass, bool isNotCertVerifiable, string privateKeyFile = "" ) : IActivityIOPath
path string The path.
user string The user.
pass string The pass.
isNotCertVerifiable bool if set to true [is not cert verifiable].
privateKeyFile string If private key file is required. This is the path
Результат IActivityIOPath

CreatePathFromString() публичный статический Метод

Return an IActivityIOPath based upont the path string
public static CreatePathFromString ( string path, string user, string pass, string privateKeyFile = "" ) : IActivityIOPath
path string The path.
user string The user.
pass string The pass.
privateKeyFile string If private key file is required. This is the path
Результат IActivityIOPath

CreatePutRawOperationTO() публичный статический Метод

Create an PutRawOperationTo object
public static CreatePutRawOperationTO ( WriteType writeType, string contents ) : Dev2PutRawOperationTO
writeType WriteType
contents string
Результат Dev2PutRawOperationTO

CreatePutRawOperationTO() публичный статический Метод

Create an PutRawOperationTo object
public static CreatePutRawOperationTO ( bool append, string contents, bool overwrite ) : Dev2PutRawOperationTO
append bool
contents string
overwrite bool
Результат Dev2PutRawOperationTO

CreateUnzipTO() публичный статический Метод

Create an UnZipOperationTO object
public static CreateUnzipTO ( string passwd ) : Dev2UnZipOperationTO
passwd string
Результат Dev2UnZipOperationTO

CreateUnzipTO() публичный статический Метод

Create an UnZipOperationTO object
public static CreateUnzipTO ( string passwd, bool overwrite ) : Dev2UnZipOperationTO
passwd string
overwrite bool
Результат Dev2UnZipOperationTO

CreateZipTO() публичный статический Метод

Create an ZipOperationTO object
public static CreateZipTO ( string ratio, string passwd, string name ) : Dev2ZipOperationTO
ratio string
passwd string
name string
Результат Dev2ZipOperationTO

CreateZipTO() публичный статический Метод

Create an ZipOperationTO object
public static CreateZipTO ( string ratio, string passwd, string name, bool overwrite = false ) : Dev2ZipOperationTO
ratio string
passwd string
name string
overwrite bool
Результат Dev2ZipOperationTO