Plumtree UI Infrastructure API  
 

ASManager.GetModel Method 

Create the Model specified by the model name. This method should not be called by developers. It is only for AActivitySpace.

public virtual IModel GetModel(
   string modelName
);

Parameters

modelName
The name of the model to be created

Return Value

the requested model, null on failure

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace