C# 클래스 MovingScrewdriver.Web.Controllers.PostsByDate.PostsByDateController

상속: PostsPagingController
파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

공개 메소드들

메소드 설명
Archive ( ) : System.Web.Mvc.ActionResult
ByDate ( int year, int month, int day ) : System.Web.Mvc.ActionResult
PostsByDateController ( IArchiveDateValidator dateValidator ) : MovingScrewdriver.Web.Infrastructure.Validation

비공개 메소드들

메소드 설명
return_validate_false_view ( DateError error ) : System.Web.Mvc.ActionResult
set_view_bag_data ( int year, int month, int day ) : void

메소드 상세

Archive() 공개 메소드

public Archive ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ByDate() 공개 메소드

public ByDate ( int year, int month, int day ) : System.Web.Mvc.ActionResult
year int
month int
day int
리턴 System.Web.Mvc.ActionResult

PostsByDateController() 공개 메소드

public PostsByDateController ( IArchiveDateValidator dateValidator ) : MovingScrewdriver.Web.Infrastructure.Validation
dateValidator IArchiveDateValidator
리턴 MovingScrewdriver.Web.Infrastructure.Validation