Table of Contents

Class AlertDialog

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

Constructors

AlertDialog(string)

public AlertDialog(string content)

Parameters

content string

Properties

DoOK

public ICommand DoOK { get; }

Property Value

ICommand

FirstLine

public string FirstLine { get; }

Property Value

string

RemainingLines

public string RemainingLines { get; }

Property Value

string