Class IncomingEventRecord
Inheritance
object
IncomingEventRecord
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 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
| 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
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
| Type |
Description |
| System.DateTime? |
|
Methods
MarkAsProcessed(DateTime)
Declaration
public void MarkAsProcessed(DateTime processedTime)
Parameters
| Type |
Name |
Description |
| System.DateTime |
processedTime |
|
ToIncomingEventInfo()
Declaration
public IncomingEventInfo ToIncomingEventInfo()
Returns
Implements
Extension Methods