InitializeModel()

Initialize the Multiton Model instance.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
protected void InitializeModel()

Remarks

Called automatically by the constructor, this is your opportunity to initialize the Multiton instance in your subclass without overriding the constructor