Table of Contents

Class ActiveFilterViewModel

Namespace
McServerLauncher.ViewModels
Assembly
McServerLauncher.dll

One chip in the "what is filtering right now" row. Some of them are the server's own loader and version, which are not the user's to remove; the rest are categories, which are.

public class ActiveFilterViewModel
Inheritance
ActiveFilterViewModel
Inherited Members

Constructors

ActiveFilterViewModel(StoreTagViewModel)

public ActiveFilterViewModel(StoreTagViewModel tag)

Parameters

tag StoreTagViewModel

ActiveFilterViewModel(string, IBrush, string)

public ActiveFilterViewModel(string label, IBrush brush, string tip)

Parameters

label string
brush IBrush
tip string

Properties

Brush

public IBrush Brush { get; }

Property Value

IBrush

CanRemove

public bool CanRemove { get; }

Property Value

bool

Label

public string Label { get; }

Property Value

string

Tag

The tag behind the chip, or null for the fixed loader/version chips.

public StoreTagViewModel? Tag { get; }

Property Value

StoreTagViewModel

Tip

public string Tip { get; }

Property Value

string