C# Class Elfar.Mvc.ErrorLogController

Inheritance: System.Web.Mvc.AsyncController
Afficher le fichier Open project: stevenbey/elfar

Private Properties

Свойство Type Description
Delete System.Web.Mvc.RedirectToRouteResult
ErrorLogController System
ResourceFile System.Web.Mvc.FileStreamResult

Méthodes publiques

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

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

public Default ( System.Guid id ) : DefaultResult
id System.Guid
Résultat Elfar.Mvc.ActionResults.DefaultResult

Digest() public méthode

public Digest ( ) : RssResult
Résultat RssResult

DownloadAsync() public méthode

public DownloadAsync ( ) : void
Résultat void

DownloadCompleted() public méthode

public DownloadCompleted ( Csv csv ) : CsvResult
csv Elfar.Mvc.Models.Csv
Résultat CsvResult

Html() public méthode

public Html ( System.Guid id ) : DefaultResult
id System.Guid
Résultat Elfar.Mvc.ActionResults.DefaultResult

Image() public méthode

public Image ( string name ) : System.Web.Mvc.FileStreamResult
name string
Résultat System.Web.Mvc.FileStreamResult

Index() public méthode

public Index ( ) : IndexResult
Résultat Elfar.Mvc.ActionResults.IndexResult

JavaScript() public méthode

public JavaScript ( string file = "JavaScript" ) : System.Web.Mvc.FileStreamResult
file string
Résultat System.Web.Mvc.FileStreamResult

Json() public méthode

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

Rss() public méthode

public Rss ( ) : RssResult
Résultat RssResult

Stylesheet() public méthode

public Stylesheet ( string file = "Stylesheet" ) : System.Web.Mvc.FileStreamResult
file string
Résultat System.Web.Mvc.FileStreamResult

Test() public méthode

public Test ( ) : void
Résultat void

Xml() public méthode

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