Table of Contents

Class ConfirmController

Namespace
The.WPF.Screens.Confirm
Assembly
Instagile.WPF.dll
public sealed class ConfirmController : SimpleModalControllerBase<ConfirmModel, ConfirmView, bool>, IModalController<bool>
Inheritance
ConfirmController
Implements
Inherited Members

Constructors

ConfirmController(IServices, string, string, string, string)

public ConfirmController(IServices services, string text, string title, string yesOption = "Yes", string noOption = "No")

Parameters

services IServices
text string
title string
yesOption string
noOption string

Methods

CreateModel(ISurface)

protected override ConfirmModel CreateModel(ISurface s)

Parameters

s ISurface

Returns

ConfirmModel