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
int

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX