View(String)
Constructs and initializes a new view
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public View( string key )
Parameters
key
StringKey of view
Remarks
This IView implementation is a Multiton, so you should not call the constructor directly, but instead call the static Multiton Factory method View.getInstance(multitonKey, () => new View(multitonKey))
Exceptions
System.Exception
Thrown if instance for this Multiton key has already been constructed