Show / Hide Table of Contents

Class UserRating

Represents a rating of an item by a user.

Inheritance
Object
UserAction
UserRating
Inherited Members
UserAction.Username
UserAction.Identifier
UserAction.Version
UserAction.AgencyId
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
Int32

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX