Table of Contents

Class StoreTagViewModel

Namespace
McServerLauncher.ViewModels
Assembly
McServerLauncher.dll

A tag as the interface shows it: translated name and its colour.

public class StoreTagViewModel : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
StoreTagViewModel
Implements
Inherited Members

Constructors

StoreTagViewModel(StoreTagDefinition)

public StoreTagViewModel(StoreTagDefinition definition)

Parameters

definition StoreTagDefinition

Properties

Brush

public IBrush Brush { get; }

Property Value

IBrush

Definition

public StoreTagDefinition Definition { get; }

Property Value

StoreTagDefinition

IsActive

Set on the chip currently filtering the browser. Unused on the read-only chips of a card or a details page, which are never selectable.

[ExcludeFromCodeCoverage]
public bool IsActive { get; set; }

Property Value

bool

Label

public string Label { get; }

Property Value

string