C# Класс Excavator.BinaryFile.TransactionImage

Maps Transaction Images
Наследование: BinaryFileComponent, IBinaryFile
Показать файл Открыть проект

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

Метод Описание
Map ( ZipArchive folder, BinaryFileType transactionImageType, ProviderComponent storageProvider ) : void

Maps the specified folder.

Приватные методы

Метод Описание
SaveFiles ( Rock.Model.BinaryFile>.Dictionary newFileList, ProviderComponent storageProvider ) : void

Saves the files.

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

Map() публичный Метод

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.
Результат void