C# 클래스 SilverlightMappingToolBasic.CompendiumMapProcessor.CompendiumXmlFileProcessor

상속: IFileProcessor
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TransactionBuilderOnProgressChanged void
TransactionBuilderOnProgressCompleted void
transactionBuilderTimer_Tick void

공개 메소드들

메소드 설명
CompendiumXmlFileProcessor ( Stream compendiumFileStream, string linkedFilesLocationUrl, string fileName ) : System
Dispose ( ) : void
ProcessFile ( ) : void

비공개 메소드들

메소드 설명
TransactionBuilderOnProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
TransactionBuilderOnProgressCompleted ( object sender, FileProcessorCompletedEventArgs e ) : void
transactionBuilderTimer_Tick ( object sender, EventArgs e ) : void

메소드 상세

CompendiumXmlFileProcessor() 공개 메소드

public CompendiumXmlFileProcessor ( Stream compendiumFileStream, string linkedFilesLocationUrl, string fileName ) : System
compendiumFileStream Stream
linkedFilesLocationUrl string
fileName string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessFile() 공개 메소드

public ProcessFile ( ) : void
리턴 void