Table of Contents

Class ConfirmDialog

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll
public sealed class ConfirmDialog : DialogBase<bool>, IDialog<bool>, IDialog
Inheritance
ConfirmDialog
Implements
Inherited Members

Constructors

ConfirmDialog(string)

public ConfirmDialog(string text)

Parameters

text string

Properties

DoNo

public ICommand DoNo { get; }

Property Value

ICommand

DoYes

public ICommand DoYes { get; }

Property Value

ICommand

Text

public string Text { get; }

Property Value

string