Table of Contents

Class SurfaceExtensions

Namespace
The.WPF.Mocks
Assembly
Instagile.WPF.dll
public static class SurfaceExtensions
Inheritance
SurfaceExtensions
Inherited Members

Methods

CancelModal(ISurface, bool)

public static Task CancelModal(this ISurface self, bool ensureModalExists = false)

Parameters

self ISurface
ensureModalExists bool

Returns

Task

ConfirmModal(ISurface, bool)

public static Task ConfirmModal(this ISurface self, bool ensureModalExists = false)

Parameters

self ISurface
ensureModalExists bool

Returns

Task

GetModel<T>(ISurface)

public static T GetModel<T>(this ISurface self) where T : IScreenModel

Parameters

self ISurface

Returns

T

Type Parameters

T