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

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

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

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

Maps the specified folder.

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

Метод Описание
SaveFiles ( List newFileList, ProviderComponent storageProvider ) : void

Saves the files.

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

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

Maps the specified folder.
public Map ( ZipArchive folder, BinaryFileType ministryFileType, ProviderComponent storageProvider ) : void
folder System.IO.Compression.ZipArchive The folder.
ministryFileType BinaryFileType Type of the ministry file.
storageProvider Rock.Storage.ProviderComponent The storage provider.
Результат void