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

Show file Open project: ayende/Subtext Class Usage Examples

Public Properties

Property Type Description
Approvable bool
ApproveText string
Deletable bool
DeleteToolTip string
Destroyable bool
EmptyToolTip string
Emptyable bool
HeaderText string
NoCommentsHtml string
Spammable bool

Public Methods

Method Description
GetUiState ( FeedbackStatusFlag status ) : FeedbackState

Method Details

GetUiState() public static method

public static GetUiState ( FeedbackStatusFlag status ) : FeedbackState
status FeedbackStatusFlag
return FeedbackState

Property Details

Approvable public property

public bool Approvable
return bool

ApproveText public property

public string ApproveText
return string

Deletable public property

public bool Deletable
return bool

DeleteToolTip public property

public string DeleteToolTip
return string

Destroyable public property

public bool Destroyable
return bool

EmptyToolTip public property

public string EmptyToolTip
return string

Emptyable public property

public bool Emptyable
return bool

HeaderText public property

public string HeaderText
return string

NoCommentsHtml public property

public string NoCommentsHtml
return string

Spammable public property

public bool Spammable
return bool