Class Rating
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.Item
Assembly:UM4RS.dll
Syntax
[Table("Rating")]
public class Rating : ModelEntity<Rating>, IDisposable, IBaseEntity
Properties
Id
Declaration
[NonExportable]
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
Rate
Declaration
[Exportable(Name = "rating", GlobalOrder = 2)]
public int Rate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Type
Declaration
[NonExportable]
public RatingType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| RatingType |