Show / Hide Table of Contents

Class UserReaction

Inheritance
System.Object
Entity
Entity<Guid>
BasicAggregateRoot<Guid>
UserReaction
Implements
IAggregateRoot<Guid>
IEntity<Guid>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasCreationTime
IMustHaveCreator
IMultiTenant
Inherited Members
BasicAggregateRoot<Guid>.GetLocalEvents()
BasicAggregateRoot<Guid>.GetDistributedEvents()
BasicAggregateRoot<Guid>.ClearLocalEvents()
BasicAggregateRoot<Guid>.ClearDistributedEvents()
BasicAggregateRoot<Guid>.AddLocalEvent(Object)
BasicAggregateRoot<Guid>.AddDistributedEvent(Object)
Entity<Guid>.Id
Entity<Guid>.GetKeys()
Entity<Guid>.ToString()
Entity.EntityEquals(IEntity)
Namespace: Volo.CmsKit.Reactions
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class UserReaction : BasicAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasCreationTime, IMustHaveCreator, IMultiTenant

Constructors

UserReaction()

Declaration
protected UserReaction()

Properties

CreationTime

Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
Type Description
DateTime

CreatorId

Declaration
public virtual Guid CreatorId { get; set; }
Property Value
Type Description
Guid

EntityId

Declaration
public virtual string EntityId { get; protected set; }
Property Value
Type Description
System.String

EntityType

Declaration
public virtual string EntityType { get; protected set; }
Property Value
Type Description
System.String

ReactionName

Declaration
public virtual string ReactionName { get; protected set; }
Property Value
Type Description
System.String

TenantId

Declaration
public virtual Guid? TenantId { get; protected set; }
Property Value
Type Description
System.Nullable<Guid>

Implements

IAggregateRoot<TKey>
IEntity<TKey>
IAggregateRoot
IEntity
IGeneratesDomainEvents
IHasCreationTime
IMustHaveCreator
IMultiTenant

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft