RegisterProxy(IProxy)

Register an IProxy with the Model by name.
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public void RegisterProxy(
	IProxy proxy
	)

Parameters

proxyIProxy
the IProxy instance to be registered with the Model.