The MonoXRating type exposes the following members.

Constructors

  Name Description
Public method MonoXRating
Constructor.

Methods

  Name Description
Protected method CanRate
Gets or sets a value indicating whether user can rate or not.
Protected method InitRatingTemplate
Initializes rating values inside the template.
Protected method OnInit (Overrides UserControlBaseOnInit(EventArgs).)
Protected method OnPreRender (Overrides Control..::..OnPreRender(EventArgs).)
Protected method OnRated
Raises on rated event.
Protected method OnRating
Raises on rating event.
Protected method RenderRatingHistoryTemplate
Render rating history template.
Protected method RenderRatingTemplate
Render rating control.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field labRatingCaption
Rating caption control.
Protected field labRatingHistorySubTitle
labRatingHistorySubTitle control.
Protected field labRatingHistoryTitle
labRatingHistoryTitle control.
Protected field lnkViewHistory
View history link.
Public field Static member MonoXRatingDefaultSkin
MonoX rating control default skin name.
Protected field panHolder
panHolder control.
Protected field panMain
panMain control.
Protected field proxySM
proxySM control.
Protected field ratingBinary
Rating control.
Protected field rpt
rpt control.
Protected field up
up control.
Protected field wndUpload
wndUpload control.

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.

Events

  Name Description
Public event Rated
Rated event handler.
Public event Rating
Rating event handler.

See Also