Class SurfaceExtensions
public static class SurfaceExtensions
- Inheritance
-
SurfaceExtensions
- Inherited Members
Methods
CancelModal(ISurface, bool)
public static Task CancelModal(this ISurface self, bool ensureModalExists = false)
Parameters
Returns
ConfirmModal(ISurface, bool)
public static Task ConfirmModal(this ISurface self, bool ensureModalExists = false)
Parameters
Returns
GetModel<T>(ISurface)
public static T GetModel<T>(this ISurface self) where T : IScreenModel
Parameters
selfISurface
Returns
- T
Type Parameters
T