Class UserRating
Represents a rating of an item by a user.
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class UserRating : UserAction
Properties
Rating
Gets or sets the rating.
Declaration
[DataMember]
public int Rating { get; set; }
Property Value
Type | Description |
---|---|
int |