Creates an userinterface screen representing this instance and displays it as an embedded modal screen.

Namespace: inchl.Framework.Business
Assembly:   inchl.Framework.Business (in inchl.Framework.Business.dll)

Syntax

C#
public void EmbedDialog (
	IAsynchroneCallHandler handler,
	Object context
)

Parameters

handler
inchl.Framework.Business.IAsynchroneCallHandler
The instance that implements a method that handles the close-event of the userinterface screen.
context
System.Object
The context for events being raised by this instance.