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