C# Class Unlimited.Applications.BusinessDesignStudio.Activities.DsfZip

PBI : 1172 Status : New Purpose : To provide an activity that can zip the contents of a file/folder from FTP, FTPS and file system
Inheritance: Dev2.Activities.PathOperations.DsfAbstractMultipleFilesActivity, IZip, IPathInput, IPathOutput, IPathOverwrite, IDestinationUsernamePassword
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DsfZip ( ) : System
GetForEachInputs ( ) : IList
UpdateForEachInputs ( string>.IList updates ) : void
UpdateForEachOutputs ( string>.IList updates ) : void

Méthodes protégées

Méthode Description
AddDebugInputItems ( IExecutionEnvironment environment, int update ) : void
AddItemsToIterator ( IExecutionEnvironment environment, int update ) : void
ExecuteBroker ( IActivityOperationsBroker broker, IActivityIOOperationsEndPoint scrEndPoint, IActivityIOOperationsEndPoint dstEndPoint ) : string
MoveRemainingIterators ( ) : void

Method Details

AddDebugInputItems() protected méthode

protected AddDebugInputItems ( IExecutionEnvironment environment, int update ) : void
environment IExecutionEnvironment
update int
Résultat void

AddItemsToIterator() protected méthode

protected AddItemsToIterator ( IExecutionEnvironment environment, int update ) : void
environment IExecutionEnvironment
update int
Résultat void

DsfZip() public méthode

public DsfZip ( ) : System
Résultat System

ExecuteBroker() protected méthode

protected ExecuteBroker ( IActivityOperationsBroker broker, IActivityIOOperationsEndPoint scrEndPoint, IActivityIOOperationsEndPoint dstEndPoint ) : string
broker IActivityOperationsBroker
scrEndPoint IActivityIOOperationsEndPoint
dstEndPoint IActivityIOOperationsEndPoint
Résultat string

GetForEachInputs() public méthode

public GetForEachInputs ( ) : IList
Résultat IList

MoveRemainingIterators() protected méthode

protected MoveRemainingIterators ( ) : void
Résultat void

UpdateForEachInputs() public méthode

public UpdateForEachInputs ( string>.IList updates ) : void
updates string>.IList
Résultat void

UpdateForEachOutputs() public méthode

public UpdateForEachOutputs ( string>.IList updates ) : void
updates string>.IList
Résultat void