C# Class Excavator.BinaryFile.TransactionImage

Maps Transaction Images
Inheritance: BinaryFileComponent, IBinaryFile
Afficher le fichier Open project: NewSpring/Excavator

Méthodes publiques

Méthode Description
Map ( ZipArchive folder, BinaryFileType transactionImageType, ProviderComponent storageProvider ) : void

Maps the specified folder.

Private Methods

Méthode Description
SaveFiles ( Rock.Model.BinaryFile>.Dictionary newFileList, ProviderComponent storageProvider ) : void

Saves the files.

Method Details

Map() public méthode

Maps the specified folder.
public Map ( ZipArchive folder, BinaryFileType transactionImageType, ProviderComponent storageProvider ) : void
folder System.IO.Compression.ZipArchive The folder.
transactionImageType BinaryFileType Type of the transaction image file.
storageProvider Rock.Storage.ProviderComponent The storage provider.
Résultat void