C# Class ArtOfWords.Models.Salesman.AdsDownloader

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

Méthodes publiques

Свойство Type Description
DestinationDirectoryPath string

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AdsDownloader ( String DestPath, AdsXmlFormatManager formatManager ) : System
DestPath String
formatManager AdsXmlFormatManager
Résultat System

OnAdsLoadedEvent() public méthode

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

StartLoad() public méthode

public StartLoad ( ) : void
Résultat void

Property Details

DestinationDirectoryPath public_oe property

public string DestinationDirectoryPath
Résultat string