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

Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
feedbackContent global::System.Web.UI.WebControls.ContentPlaceHolder

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateAdminRssUrl ( string pageName ) : string
GetListUrl ( FeedbackStatusFlag status ) : string

Method Details

BindCounts() public méthode

public BindCounts ( ) : void
Résultat void

CreateAdminRssUrl() protected méthode

protected CreateAdminRssUrl ( string pageName ) : string
pageName string
Résultat string

GetCurrentQuery() public méthode

public GetCurrentQuery ( int page, FeedbackStatusFlag status, FeedbackType type ) : string
page int
status FeedbackStatusFlag
type FeedbackType
Résultat string

GetListUrl() protected méthode

protected GetListUrl ( FeedbackStatusFlag status ) : string
status FeedbackStatusFlag
Résultat string

ListUrl() public méthode

public ListUrl ( ) : string
Résultat string

ListUrl() public méthode

public ListUrl ( FeedbackStatusFlag status ) : string
status FeedbackStatusFlag
Résultat string

ListUrl() public méthode

public ListUrl ( FeedbackStatusFlag status, int pageIndex ) : string
status FeedbackStatusFlag
pageIndex int
Résultat string

ListUrl() public méthode

public ListUrl ( FeedbackType filter ) : string
filter FeedbackType
Résultat string

ListUrl() public méthode

public ListUrl ( int page, FeedbackStatusFlag status, FeedbackType type ) : string
page int
status FeedbackStatusFlag
type FeedbackType
Résultat 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
Résultat global::System.Web.UI.WebControls.ContentPlaceHolder