Class RatingDto
Inheritance
System.Object
RatingDto
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public class RatingDto : object
Properties
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
CreatorId
Declaration
public Guid CreatorId { get; set; }
Property Value
EntityId
Declaration
public string EntityId { get; set; }
Property Value
Type |
Description |
System.String |
|
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public Guid Id { get; set; }
Property Value
StarCount
Declaration
public short StarCount { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
Extension Methods