csharp
public readonly record struct NotificationOne message.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public NotificationSeverity SeverityHow much it matters.
public string MessageWhat it says.
public string? DetailThe second line — a file, a path, a compiler diagnostic — or null.
public TimeSpan WhenWhen it was raised, on the shell's clock.
Methods (1)
public Notification(NotificationSeverity Severity, string Message, string? Detail, TimeSpan When)One message.
Used by (8)
- EditorLogVixen.Editor.App
- EditorShellTestsVixen.Editor.Ui.Tests
- MessageLogViewVixen.Editor.Ui
- MilestoneE3TestsVixen.Editor.App.Tests
- NotificationCenterVixen.Editor.Ui
- ServiceTestsVixen.Editor.Ui.Tests
- TerrainPanelTestsVixen.Editor.App.Tests
- TerrainSessionTestsVixen.Editor.App.Tests