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

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

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

Метод Описание
Map ( ZipArchive folder, BinaryFileType personImageType, 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 personImageType, ProviderComponent storageProvider ) : void
folder System.IO.Compression.ZipArchive The folder.
personImageType BinaryFileType Type of the person image file.
storageProvider Rock.Storage.ProviderComponent The storage provider.
Результат void