The MonoXRating type exposes the following members.

Properties

  Name Description
Public property Caption
Gets or sets the rating caption.
Public property ExpirationDays
Number of days after which the rating cookie will expire.
Public property IsReadOnly
Gets or sets the flag if rating control is read-only.
Public property NoRatePermissionCaption
Gets or sets a no rate permission caption.
Public property NotRatedCaption
Gets or sets not rated caption.
Public property ParentEntityId
Specifies the ID of the entity for which the control will be displayed.
Public property ParentEntityType
Indicates the type of the entity (note, message, custom) for which control is shown.
Public property RatedByNotAuthenicatedUser
Gets or sets a rated by not an authenticated user caption.
Public property RatingHistoryTemplatePath
Gets or sets the rating history template path.
Public property RatingSkin
Gets or sets Rating default skin name.
Public property RatingTemplatePath
Gets or sets the rating template path.
Public property ShowRatingControl
Gets or sets a flag if rating control is shown.

Note: Rating control is shown by default.

Public property ShowRatingHistory
Gets or sets a flag if rating history is shown.

Note: Rating history is hidden by default due to privacy issues.

Public property ToolTip
Gets or sets rating tooltip.
Public property UserProfileUrl
Gets or sets URL of the user profile page. If empty, a postback is performed to the same page.

See Also