C# Class ArtOfWords.Models.Salesman.AdsDownloader

告知・広告用スペースのためのダウンローダー
Mostra file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Properties

Property Type Description
DestinationDirectoryPath string

Public Methods

Method Description
AdsDownloader ( String DestPath, AdsXmlFormatManager formatManager ) : System
OnAdsLoadedEvent ( object sender, AdsLoadedEventArgs e ) : void
StartLoad ( ) : void

Private Methods

Method Description
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

Method Details

AdsDownloader() public method

public AdsDownloader ( String DestPath, AdsXmlFormatManager formatManager ) : System
DestPath String
formatManager AdsXmlFormatManager
return System

OnAdsLoadedEvent() public method

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

StartLoad() public method

public StartLoad ( ) : void
return void

Property Details

DestinationDirectoryPath public_oe property

public string DestinationDirectoryPath
return string