Table of Contents

Class ConfirmCloseModel

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public class ConfirmCloseModel : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged
Inheritance
ConfirmCloseModel
Implements
Inherited Members
Extension Methods

Constructors

ConfirmCloseModel(ISurface)

public ConfirmCloseModel(ISurface s)

Parameters

s ISurface

Properties

ChangeDescriptions

public ObservableCollection<ChangeModel> ChangeDescriptions { get; }

Property Value

ObservableCollection<ChangeModel>

Text

public string Text { get; set; }

Property Value

string