Uiinfrastructure API Docs  
 

AActivitySpace.RegisterModel Method

This method registers and initializes the model so the AActivitySpace can manage it automatically. 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.

Overload List

This method registers and initializes the model so the AActivitySpace can manage it automatically. 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);

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,string);

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace