C# 클래스 Subtext.Web.Admin.Feedback.FeedbackMaster

파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
feedbackContent global::System.Web.UI.WebControls.ContentPlaceHolder

공개 메소드들

메소드 설명
BindCounts ( ) : void
GetCurrentQuery ( int page, FeedbackStatusFlag status, FeedbackType type ) : string
ListUrl ( ) : string
ListUrl ( FeedbackStatusFlag status ) : string
ListUrl ( FeedbackStatusFlag status, int pageIndex ) : string
ListUrl ( FeedbackType filter ) : string
ListUrl ( int page, FeedbackStatusFlag status, FeedbackType type ) : string

보호된 메소드들

메소드 설명
CreateAdminRssUrl ( string pageName ) : string
GetListUrl ( FeedbackStatusFlag status ) : string

메소드 상세

BindCounts() 공개 메소드

public BindCounts ( ) : void
리턴 void

CreateAdminRssUrl() 보호된 메소드

protected CreateAdminRssUrl ( string pageName ) : string
pageName string
리턴 string

GetCurrentQuery() 공개 메소드

public GetCurrentQuery ( int page, FeedbackStatusFlag status, FeedbackType type ) : string
page int
status FeedbackStatusFlag
type FeedbackType
리턴 string

GetListUrl() 보호된 메소드

protected GetListUrl ( FeedbackStatusFlag status ) : string
status FeedbackStatusFlag
리턴 string

ListUrl() 공개 메소드

public ListUrl ( ) : string
리턴 string

ListUrl() 공개 메소드

public ListUrl ( FeedbackStatusFlag status ) : string
status FeedbackStatusFlag
리턴 string

ListUrl() 공개 메소드

public ListUrl ( FeedbackStatusFlag status, int pageIndex ) : string
status FeedbackStatusFlag
pageIndex int
리턴 string

ListUrl() 공개 메소드

public ListUrl ( FeedbackType filter ) : string
filter FeedbackType
리턴 string

ListUrl() 공개 메소드

public ListUrl ( int page, FeedbackStatusFlag status, FeedbackType type ) : string
page int
status FeedbackStatusFlag
type FeedbackType
리턴 string

프로퍼티 상세

feedbackContent 보호되어 있는 프로퍼티

feedbackContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder feedbackContent
리턴 global::System.Web.UI.WebControls.ContentPlaceHolder