C# 클래스 ArtOfWords.Models.Salesman.AdsDownloader

告知・広告用スペースのためのダウンローダー
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DestinationDirectoryPath string

공개 메소드들

메소드 설명
AdsDownloader ( String DestPath, AdsXmlFormatManager formatManager ) : System
OnAdsLoadedEvent ( object sender, AdsLoadedEventArgs e ) : void
StartLoad ( ) : void

비공개 메소드들

메소드 설명
AsyncLoadFile ( string sourceFilePath, string destinationPath ) : void
DoNextStep ( ) : void
FinishDownloading ( ) : void
GetDownloadedImagePath ( ) : string
GetDownloadedXmlPath ( ) : string
StartImageDownloading ( ) : void
StartXmlDownloading ( ) : void
downloadClient_DownloadFileCompleted ( object sender, System e ) : void

메소드 상세

AdsDownloader() 공개 메소드

public AdsDownloader ( String DestPath, AdsXmlFormatManager formatManager ) : System
DestPath String
formatManager AdsXmlFormatManager
리턴 System

OnAdsLoadedEvent() 공개 메소드

public OnAdsLoadedEvent ( object sender, AdsLoadedEventArgs e ) : void
sender object
e ModernizedAlice.ArtOfWords.BizCommon.Model.Event.AdsLoadedEventArgs
리턴 void

StartLoad() 공개 메소드

public StartLoad ( ) : void
리턴 void

프로퍼티 상세

DestinationDirectoryPath 공개적으로 프로퍼티

public string DestinationDirectoryPath
리턴 string