C# Class Subtext.Web.Admin.Feedback.FeedbackMaster

Datei anzeigen Open project: ayende/Subtext

Protected Properties

Property Type Description
feedbackContent global::System.Web.UI.WebControls.ContentPlaceHolder

Public Methods

Method Description
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

Protected Methods

Method Description
CreateAdminRssUrl ( string pageName ) : string
GetListUrl ( FeedbackStatusFlag status ) : string

Method Details

BindCounts() public method

public BindCounts ( ) : void
return void

CreateAdminRssUrl() protected method

protected CreateAdminRssUrl ( string pageName ) : string
pageName string
return string

GetCurrentQuery() public method

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

GetListUrl() protected method

protected GetListUrl ( FeedbackStatusFlag status ) : string
status FeedbackStatusFlag
return string

ListUrl() public method

public ListUrl ( ) : string
return string

ListUrl() public method

public ListUrl ( FeedbackStatusFlag status ) : string
status FeedbackStatusFlag
return string

ListUrl() public method

public ListUrl ( FeedbackStatusFlag status, int pageIndex ) : string
status FeedbackStatusFlag
pageIndex int
return string

ListUrl() public method

public ListUrl ( FeedbackType filter ) : string
filter FeedbackType
return string

ListUrl() public method

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

Property Details

feedbackContent protected_oe property

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
return global::System.Web.UI.WebControls.ContentPlaceHolder