1 sharedlibrarycoreevents CoreEvent
RaidMax edited this page 2023-05-20 22:09:21 -05:00

CoreEvent Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Events
  SharedLibraryCore.Events.CoreEvent[[CoreEvent]]
  class SharedLibraryCore.Events.CoreEvent abstractStyle;
  end

Members

Properties

Public properties

Type Name Methods
Nullable<Guid> CorrelationId get, init
DateTimeOffset CreatedAt get
Guid Id get
Nullable<DateTimeOffset> ProcessedAt get, set
object Source get, init

Details

Constructors

CoreEvent

Source code

protected CoreEvent()

Properties

Id

public Guid Id { get; }

CorrelationId

public Nullable<Guid> CorrelationId { get; init; }

Source

public object Source { get; init; }

CreatedAt

public DateTimeOffset CreatedAt { get; }

ProcessedAt

public Nullable<DateTimeOffset> ProcessedAt { get; set; }

Generated with ModularDoc