C# Class Elfar.Mvc.ErrorLogController

Inheritance: System.Web.Mvc.AsyncController
ファイルを表示 Open project: stevenbey/elfar

Private Properties

Property Type Description
Delete System.Web.Mvc.RedirectToRouteResult
ErrorLogController System
ResourceFile System.Web.Mvc.FileStreamResult

Public Methods

Method Description
Default ( System.Guid id ) : DefaultResult
Digest ( ) : RssResult
DownloadAsync ( ) : void
DownloadCompleted ( Csv csv ) : CsvResult
Html ( System.Guid id ) : DefaultResult
Image ( string name ) : System.Web.Mvc.FileStreamResult
Index ( ) : IndexResult
JavaScript ( string file = "JavaScript" ) : System.Web.Mvc.FileStreamResult
Json ( System.Guid id, bool download = false ) : DefaultResult
Rss ( ) : RssResult
Stylesheet ( string file = "Stylesheet" ) : System.Web.Mvc.FileStreamResult
Test ( ) : void
Xml ( System.Guid id, bool download = false ) : DefaultResult

Private Methods

Method Description
Delete ( IEnumerable ids ) : System.Web.Mvc.RedirectToRouteResult
ErrorLogController ( IErrorLogProvider provider ) : System
ResourceFile ( string name, string ext, string contentType ) : System.Web.Mvc.FileStreamResult

Method Details

Default() public method

public Default ( System.Guid id ) : DefaultResult
id System.Guid
return Elfar.Mvc.ActionResults.DefaultResult

Digest() public method

public Digest ( ) : RssResult
return RssResult

DownloadAsync() public method

public DownloadAsync ( ) : void
return void

DownloadCompleted() public method

public DownloadCompleted ( Csv csv ) : CsvResult
csv Elfar.Mvc.Models.Csv
return CsvResult

Html() public method

public Html ( System.Guid id ) : DefaultResult
id System.Guid
return Elfar.Mvc.ActionResults.DefaultResult

Image() public method

public Image ( string name ) : System.Web.Mvc.FileStreamResult
name string
return System.Web.Mvc.FileStreamResult

Index() public method

public Index ( ) : IndexResult
return Elfar.Mvc.ActionResults.IndexResult

JavaScript() public method

public JavaScript ( string file = "JavaScript" ) : System.Web.Mvc.FileStreamResult
file string
return System.Web.Mvc.FileStreamResult

Json() public method

public Json ( System.Guid id, bool download = false ) : DefaultResult
id System.Guid
download bool
return Elfar.Mvc.ActionResults.DefaultResult

Rss() public method

public Rss ( ) : RssResult
return RssResult

Stylesheet() public method

public Stylesheet ( string file = "Stylesheet" ) : System.Web.Mvc.FileStreamResult
file string
return System.Web.Mvc.FileStreamResult

Test() public method

public Test ( ) : void
return void

Xml() public method

public Xml ( System.Guid id, bool download = false ) : DefaultResult
id System.Guid
download bool
return Elfar.Mvc.ActionResults.DefaultResult