Table of Contents

Class ChangeModel

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public sealed class ChangeModel : NotificationObject, INotifyPropertyChanged
Inheritance
ChangeModel
Implements
Inherited Members
Extension Methods

Constructors

ChangeModel(string, string, string, bool)

public ChangeModel(string title, string subtitle, string changes, bool isFirst)

Parameters

title string
subtitle string
changes string
isFirst bool

ChangeModel(EntityKernel, string, bool)

public ChangeModel(EntityKernel entity, string changes, bool isFirst)

Parameters

entity EntityKernel
changes string
isFirst bool

Properties

ChangeDescriptions

public string ChangeDescriptions { get; }

Property Value

string

IsExpanded

public bool IsExpanded { get; set; }

Property Value

bool

Subtitle

public string Subtitle { get; }

Property Value

string

Title

public string Title { get; }

Property Value

string