Table of Contents

Class TagModel

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll
public class TagModel
Inheritance
TagModel
Inherited Members

Constructors

TagModel(string, string)

public TagModel(string key, string value)

Parameters

key string
value string

Properties

Commands

public ObservableCollection<EditorCommand> Commands { get; }

Property Value

ObservableCollection<EditorCommand>

Key

public string Key { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string