Class OutgoingEventRecord
Inheritance
object
OutgoingEventRecord
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class OutgoingEventRecord : BasicAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasCreationTime
Constructors
OutgoingEventRecord()
Declaration
protected OutgoingEventRecord()
OutgoingEventRecord(OutgoingEventInfo)
Declaration
public OutgoingEventRecord(OutgoingEventInfo eventInfo)
Parameters
Properties
CreationTime
Declaration
public DateTime CreationTime { get; }
Property Value
| Type |
Description |
| System.DateTime |
|
EventData
Declaration
public byte[] EventData { get; }
Property Value
EventName
Declaration
public string EventName { get; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; }
Property Value
MaxEventNameLength
Declaration
public static int MaxEventNameLength { get; set; }
Property Value
Methods
ToOutgoingEventInfo()
Declaration
public OutgoingEventInfo ToOutgoingEventInfo()
Returns
Implements
Extension Methods