Class Rating
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class Rating : BasicAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasCreationTime, IMustHaveCreator
Constructors
Rating()
Declaration
Properties
CreationTime
Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
CreatorId
Declaration
public virtual Guid CreatorId { get; set; }
Property Value
EntityId
Declaration
public virtual string EntityId { get; protected set; }
Property Value
EntityType
Declaration
public virtual string EntityType { get; protected set; }
Property Value
StarCount
Declaration
public virtual short StarCount { get; protected set; }
Property Value
TenantId
Declaration
public virtual Guid? TenantId { get; protected set; }
Property Value
Methods
SetStarCount(short)
Declaration
public virtual void SetStarCount(short starCount)
Parameters
Type |
Name |
Description |
short |
starCount |
|
Implements
Extension Methods