Model()
Constructs and initializes a new model
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public Model()
Remarks
This IModel implementation is a Singleton, so you should not call the constructor directly, but instead call the static Singleton Factory method Model.getInstance(() => new Model())
Exceptions
System.Exception
Thrown if instance for this Singleton key has already been constructed