public ProductReview( Product product, ReviewerProfile reviewerprofile, DateTime reviewdate, byte rating, string reviewtitle, string reviewbody, bool isapproved )
Parameters
- product
- The value of product
- reviewerprofile
- The value of reviewerprofile
- reviewdate
- The value of reviewdate
- rating
- The value of rating
- reviewtitle
- The value of reviewtitle
- reviewbody
- The value of reviewbody
- isapproved
- The value of isapproved