Class MissingDependencyRow
- Namespace
- McServerLauncher.Views
- Assembly
- McServerLauncher.dll
One missing thing, shaped for the list in the dialog.
public record MissingDependencyRow : IEquatable<MissingDependencyRow>
- Inheritance
-
MissingDependencyRow
- Implements
- Inherited Members
Constructors
MissingDependencyRow(string, string)
One missing thing, shaped for the list in the dialog.
public MissingDependencyRow(string Id, string NeededByText)
Parameters
IdstringThe id or plugin name that is missing.
NeededByTextstringA ready-made line naming the jars waiting on it.
Properties
Id
The id or plugin name that is missing.
public string Id { get; init; }
Property Value
NeededByText
A ready-made line naming the jars waiting on it.
public string NeededByText { get; init; }