프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PanelArchive | global::System.Web.UI.WebControls.Panel | ||
Years | global::System.Web.UI.WebControls.Repeater |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
BlogArchive ( IArchiveCore archiveCore = null ) : System |
메소드 | 설명 | |
---|---|---|
GetEntriesForYearAndMonth ( int yearAndMonth ) : List |
Get the entries for the given year and month
|
|
GetEntryCountForYearAndMonth ( int yearAndMonth ) : int |
Get the count of entries for the given year and month
|
|
GetFriendlyMonthName ( int yearAndMonth ) : string | ||
GetMonths ( int year ) : int[] | ||
MonthDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs args ) : void | ||
Page_Load ( object sender, |
public BlogArchive ( IArchiveCore archiveCore = null ) : System | ||
archiveCore | IArchiveCore | |
리턴 | System |
protected GetEntriesForYearAndMonth ( int yearAndMonth ) : List |
||
yearAndMonth | int | The year and month in yyyyMM format |
리턴 | List |
protected GetEntryCountForYearAndMonth ( int yearAndMonth ) : int | ||
yearAndMonth | int | The year and month in yyyyMM format |
리턴 | int |
protected GetFriendlyMonthName ( int yearAndMonth ) : string | ||
yearAndMonth | int | |
리턴 | string |
protected MonthDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs args ) : void | ||
sender | object | |
args | System.Web.UI.WebControls.RepeaterItemEventArgs | |
리턴 | void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected global::System.Web.UI.WebControls.Panel PanelArchive | ||
리턴 | global::System.Web.UI.WebControls.Panel |