Class RatingDto
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
Constructors
RatingDto()
Declaration
Properties
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
CreatorId
Declaration
public Guid CreatorId { get; set; }
Property Value
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
StarCount
Declaration
public short StarCount { get; set; }
Property Value
Extension Methods