Class OutgoingEventRecord
Inheritance
OutgoingEventRecord
Assembly: Volo.Abp.MongoDB.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
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