Class IncomingEventRecord
Inheritance
IncomingEventRecord
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class IncomingEventRecord : BasicAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasCreationTime
Constructors
IncomingEventRecord()
Declaration
protected IncomingEventRecord()
IncomingEventRecord(IncomingEventInfo)
Declaration
public IncomingEventRecord(IncomingEventInfo 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
MessageId
Declaration
public string MessageId { get; }
Property Value
Processed
Declaration
public bool Processed { get; set; }
Property Value
ProcessedTime
Declaration
public DateTime? ProcessedTime { get; set; }
Property Value
Methods
MarkAsProcessed(DateTime)
Declaration
public void MarkAsProcessed(DateTime processedTime)
Parameters
Type |
Name |
Description |
DateTime |
processedTime |
|
ToIncomingEventInfo()
Declaration
public IncomingEventInfo ToIncomingEventInfo()
Returns
Implements
Extension Methods