Table of Contents

Class SectionModalController

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public sealed class SectionModalController : SimpleModalControllerBase<SectionModalModel, SectionModalView, int>, IModalController<int>
Inheritance
SectionModalController
Implements
Inherited Members

Constructors

SectionModalController(IServices, ISection)

public SectionModalController(IServices s, ISection section)

Parameters

s IServices
section ISection

Methods

CreateModel(ISurface)

protected override SectionModalModel CreateModel(ISurface s)

Parameters

s ISurface

Returns

SectionModalModel

OnCompleted()

This handler is invoked after the modal completes which could be due to it completing with a result or due to it being cancelled. This method should only perform cleanup of event handlers and similar.

protected override void OnCompleted()

Remarks

See OnConfirmAsync() and OnConfirmAsync() for an appropriate place to put business logic that should run immediately before confirming this modal.

OnModelCreated()

protected override void OnModelCreated()