, , DI'ed dialogController, . (.. ) dialogController.ShowDialog(<<ViewNameToHostInRegion>>,<<RegionName>>).
MessageBus. , ShowDialog(), Messagebus (, Dialog), - "" - / Messagebus. , .
:
1) BlackBox. .. , Dialog.
2) -
3) , \.
-, , Dialog, . TestableDialogController, ShowDialog ( IDialogController ShowDialog().
psudeo:
LocalMessageBus.AddMessage(<MessageKey>,<MessageActualContentAsObject>);
dialogController.ShowDialog(<TargetViewName_SayEmployeeList>);
Employee selectedEmployee = LocalMessageBus.GetMessage(<MessageKey>) as Employee;
if (selectedEmployee != null)
{
}