C# Class MovingScrewdriver.Web.Controllers.PostsByDate.PostsByDateController

Inheritance: PostsPagingController
Afficher le fichier Open project: Gutek/MovingScrewdriver

Méthodes publiques

Méthode Description
Archive ( ) : System.Web.Mvc.ActionResult
ByDate ( int year, int month, int day ) : System.Web.Mvc.ActionResult
PostsByDateController ( IArchiveDateValidator dateValidator ) : MovingScrewdriver.Web.Infrastructure.Validation

Private Methods

Méthode Description
return_validate_false_view ( DateError error ) : System.Web.Mvc.ActionResult
set_view_bag_data ( int year, int month, int day ) : void

Method Details

Archive() public méthode

public Archive ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ByDate() public méthode

public ByDate ( int year, int month, int day ) : System.Web.Mvc.ActionResult
year int
month int
day int
Résultat System.Web.Mvc.ActionResult

PostsByDateController() public méthode

public PostsByDateController ( IArchiveDateValidator dateValidator ) : MovingScrewdriver.Web.Infrastructure.Validation
dateValidator IArchiveDateValidator
Résultat MovingScrewdriver.Web.Infrastructure.Validation