RegisterProxy(IProxy)

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

Syntax

C#
public abstract void RegisterProxy(
	IProxy proxy
	)

Parameters

proxyIProxy
an object reference to be held by the Model.