C# Class Excavator.BinaryFile.TransactionImage

Maps Transaction Images
Inheritance: BinaryFileComponent, IBinaryFile
Show file Open project: NewSpring/Excavator

Public Methods

Method Description
Map ( ZipArchive folder, BinaryFileType transactionImageType, ProviderComponent storageProvider ) : void

Maps the specified folder.

Private Methods

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

Saves the files.

Method Details

Map() public method

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.
return void