Table of Contents

Class EnterValuesDialog

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll

Two-part arbitrary string entry

public sealed class EnterValuesDialog : DialogBase<Tuple<string, string>?>, IDialog<Tuple<string, string>?>, IDialog
Inheritance
EnterValuesDialog
Implements
Inherited Members

Constructors

EnterValuesDialog(string, Func<string?, string>, string, Func<string?, string>)

public EnterValuesDialog(string firstLabel, Func<string?, string> getFirstDoc, string secondLabel, Func<string?, string> getSecondDoc)

Parameters

firstLabel string
getFirstDoc Func<string, string>
secondLabel string
getSecondDoc Func<string, string>

Properties

DoCancel

public ICommand DoCancel { get; }

Property Value

ICommand

DoOK

public ICommand DoOK { get; }

Property Value

ICommand

First

public IProperty<string?> First { get; }

Property Value

IProperty<string>

FirstLabel

public string FirstLabel { get; }

Property Value

string

Second

public IProperty<string?> Second { get; }

Property Value

IProperty<string>

SecondLabel

public string SecondLabel { get; }

Property Value

string