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

Mostrar archivo 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_oe property

public bool Approvable
return bool

ApproveText public_oe property

public string ApproveText
return string

Deletable public_oe property

public bool Deletable
return bool

DeleteToolTip public_oe property

public string DeleteToolTip
return string

Destroyable public_oe property

public bool Destroyable
return bool

EmptyToolTip public_oe property

public string EmptyToolTip
return string

Emptyable public_oe property

public bool Emptyable
return bool

HeaderText public_oe property

public string HeaderText
return string

NoCommentsHtml public_oe property

public string NoCommentsHtml
return string

Spammable public_oe property

public bool Spammable
return bool