ReplInteractionEvent
Base semantic interaction event emitted during command execution.
- Kind:
Class - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/ReplInteractionEvent.cs
Signature
Section titled “Signature”public abstract record ReplInteractionEvent : IEquatable<ReplInteractionEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplInteractionEvent>
Derived Classes
Section titled “Derived Classes”- ReplClearScreenEvent
- ReplNoticeEvent
- ReplProblemEvent
- ReplProgressEvent
- ReplPromptEvent
- ReplStatusEvent
- ReplWarningEvent
Constructors
Section titled “Constructors”ReplInteractionEvent(DateTimeOffset)
Section titled “ReplInteractionEvent(DateTimeOffset)”Base semantic interaction event emitted during command execution.
protected ReplInteractionEvent(DateTimeOffset Timestamp)Parameters
Section titled “Parameters”Timestamp(DateTimeOffset)
Properties
Section titled “Properties”Timestamp
Section titled “Timestamp”public DateTimeOffset Timestamp { get; init; }