Method | Description | |
---|---|---|
Archive ( ) : System.Web.Mvc.ActionResult | ||
ByDate ( int year, int month, int day ) : System.Web.Mvc.ActionResult | ||
PostsByDateController ( IArchiveDateValidator dateValidator ) : MovingScrewdriver.Web.Infrastructure.Validation |
Method | Description | |
---|---|---|
return_validate_false_view ( DateError error ) : System.Web.Mvc.ActionResult | ||
set_view_bag_data ( int year, int month, int day ) : void |
public Archive ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ByDate ( int year, int month, int day ) : System.Web.Mvc.ActionResult | ||
year | int | |
month | int | |
day | int | |
return | System.Web.Mvc.ActionResult |
public PostsByDateController ( IArchiveDateValidator dateValidator ) : MovingScrewdriver.Web.Infrastructure.Validation | ||
dateValidator | IArchiveDateValidator | |
return | MovingScrewdriver.Web.Infrastructure.Validation |