RegisterProxy(IProxy)

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

Syntax

C#
public abstract void RegisterProxy(
	IProxy proxy
	)

Parameters

proxyIProxy
the IProxy to be registered with the Model.