C# Class Felbook.Tests.Fakes.MockFileService

Inheritance: AbstractMockService, IFileService
ファイルを表示 Open project: janmarek/Felbook

Public Methods

Method Description
GetFileHref ( File file ) : string
GetFilePath ( File file ) : string
MockFileService ( MockModel model ) : System
SaveFile ( File file, System uploadedFile ) : void

Method Details

GetFileHref() public method

public GetFileHref ( File file ) : string
file Felbook.Models.File
return string

GetFilePath() public method

public GetFilePath ( File file ) : string
file Felbook.Models.File
return string

MockFileService() public method

public MockFileService ( MockModel model ) : System
model MockModel
return System

SaveFile() public method

public SaveFile ( File file, System uploadedFile ) : void
file Felbook.Models.File
uploadedFile System
return void