Class UserRating
Represents a rating of an item by a user.
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserRating : UserAction
Properties
Rating
Gets or sets the rating.
Declaration
public int Rating { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |