C# 클래스 Excavator.BinaryFile.TransactionImage

Maps Transaction Images
상속: BinaryFileComponent, IBinaryFile
파일 보기 프로젝트 열기: NewSpring/Excavator

공개 메소드들

메소드 설명
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