InitializeModel()

Initialize the Singleton 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 Singleton instance in your subclass without overriding the constructor