Class SerenityHubStatusRow
One dumb status row for the Hub: a state, a human-readable message, and an optional deep-link menu path the
Hub can execute to let the user act on it. Carries no logic of its own.
Inheritance
SerenityHubStatusRow
Assembly: Serenity.UnityLocalization.Installation.Editor.dll
Syntax
public sealed class SerenityHubStatusRow
Constructors
SerenityHubStatusRow(string, SerenityHubStatusState, string, string, string)
Declaration
public SerenityHubStatusRow(string title, SerenityHubStatusState state, string message, string deepLinkMenuPath, string deepLinkButtonLabel)
Parameters
Properties
Declaration
public string DeepLinkButtonLabel { get; }
Property Value
Declaration
public string DeepLinkMenuPath { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
State
Declaration
public SerenityHubStatusState State { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value