C# Class PaulStovell.TrialBalance.DownloadWebsite.DomainModel.DataProvider

ファイルを表示 Open project: PaulStovell/trial-balance

Private Properties

Property Type Description
DataProvider System

Public Methods

Method Description
GetFileMetadata ( int fileID ) : DownloadFile
RegisterFileDownload ( int fileID ) : void
UploadFileMetadata ( DownloadFile downloadFile ) : void

Private Methods

Method Description
DataProvider ( ) : System

Method Details

GetFileMetadata() public method

public GetFileMetadata ( int fileID ) : DownloadFile
fileID int
return DownloadFile

RegisterFileDownload() public method

public RegisterFileDownload ( int fileID ) : void
fileID int
return void

UploadFileMetadata() public method

public UploadFileMetadata ( DownloadFile downloadFile ) : void
downloadFile DownloadFile
return void