Inheritance Hierarchy
RainWorx.FrameWorx.DTOFeedbackRating
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class FeedbackRating
The FeedbackRating type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FeedbackRating | Initializes a new instance of the FeedbackRating class |
Properties
Name | Description | |
---|---|---|
![]() | AverageBuyer | |
![]() | AverageSeller | |
![]() | AverageTotal | |
![]() | BuyerFive | |
![]() | BuyerFour | |
![]() | BuyerOne | |
![]() | BuyerThree | |
![]() | BuyerTwo | |
![]() | SellerFive | |
![]() | SellerFour | |
![]() | SellerOne | |
![]() | SellerThree | |
![]() | SellerTwo | |
![]() | TotalCount |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also