Table of Contents

Class SettingsDialog

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

Constructors

SettingsDialog(params IElement<bool>[])

public SettingsDialog(params IElement<bool>[] flags)

Parameters

flags IElement<bool>[]

SettingsDialog(IElement<int>, params IElement<bool>[])

public SettingsDialog(IElement<int> number, params IElement<bool>[] flags)

Parameters

number IElement<int>
flags IElement<bool>[]

SettingsDialog(IElement<string>, params IElement<bool>[])

public SettingsDialog(IElement<string> name, params IElement<bool>[] flags)

Parameters

name IElement<string>
flags IElement<bool>[]

SettingsDialog(IElement<string>[], IElement<int>[], IElement<bool>[])

public SettingsDialog(IElement<string>[] names, IElement<int>[] numbers, IElement<bool>[] flags)

Parameters

names IElement<string>[]
numbers IElement<int>[]
flags IElement<bool>[]

Properties

DoCancel

public ICommand DoCancel { get; }

Property Value

ICommand

DoOK

public ICommand DoOK { get; }

Property Value

ICommand

Flags

public IElement<bool>[] Flags { get; }

Property Value

IElement<bool>[]

Names

public IElement<string>[] Names { get; }

Property Value

IElement<string>[]

Numbers

public IElement<int>[] Numbers { get; }

Property Value

IElement<int>[]