Table of Contents

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

Id string

The id or plugin name that is missing.

NeededByText string

A 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

string

NeededByText

A ready-made line naming the jars waiting on it.

public string NeededByText { get; init; }

Property Value

string