Vixen
02b45cc4
csharp
public readonly record struct Notification

One message.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public NotificationSeverity Severity

    How much it matters.

  • public string Message

    What it says.

  • public string? Detail

    The second line — a file, a path, a compiler diagnostic — or null.

  • public TimeSpan When

    When 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