Class SectionModalController
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
Methods
CreateModel(ISurface)
protected override SectionModalModel CreateModel(ISurface s)
Parameters
sISurface
Returns
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()