C# 클래스 Excavator.BinaryFile.MinistryDocument

Maps Ministry Documents
상속: BinaryFileComponent, IBinaryFile
파일 보기 프로젝트 열기: NewSpring/Excavator 1 사용 예제들

공개 메소드들

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