ProductReview Class

Definition

Namespace: Ignition.Commerce.Products.Legacy
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("CustomerProductReview")]
public class ProductReview : NetForumEntity
Inheritance
Object    NetForumEntity    ProductReview

Constructors

ProductReviewInitializes a new instance of the ProductReview class

Properties

DateObsolete.
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
ProductId 
Rating 
ReviewerCustomerId 
ReviewerName 
RevisionInformation
(Inherited from NetForumEntity)
Text 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also