Plumtree UI Infrastructure API  
 

AActivitySpace.RegisterModel Method (String, String)

This method registers and initializes the model so the AActivitySpace can manage it automatically. This method allows the user to use a name other than the model name returned by IModel.GetName(), which allows the user to have multiple models of the same type in one AActivitySpace. This operation will fail and return false if the model is null or if there is already a model with the same name registered with the AActivitySpace.

public virtual bool RegisterModel(
   string modelName,
   string storageName
);

Parameters

modelName
storageName

Return Value

boolean true implies success false implies failure

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace | AActivitySpace.RegisterModel Overload List