[NetForumBusinessObjectAttribute("CustomerProductReview")]
public class ProductReview : NetForumEntity<NetForumBusinessObjectAttribute("CustomerProductReview")>
Public Class ProductReview
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"CustomerProductReview")]
public ref class ProductReview : public NetForumEntity[<NetForumBusinessObjectAttribute("CustomerProductReview")>]
type ProductReview =
class
inherit NetForumEntity
end| ProductReview | Initializes a new instance of the ProductReview class |
| Date | Obsolete. |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| ProductId | |
| Rating | |
| ReviewerCustomerId | |
| ReviewerName | |
| RevisionInformation | (Inherited from NetForumEntity) |
| Text |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |