Uiinfrastructure API Docs  
 

IManagedObject.Create Method 

This method is used by the ASManager to return new instances of managed objects.

object Create();

Return Value

A new instance of the managed class (i.e. return new Foo();)

See Also

IManagedObject Interface | com.plumtree.uiinfrastructure.activityspace Namespace