Uiinfrastructure API Docs  
 

AErrorModel.Create Method 

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

public abstract object Create();

Return Value

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

Implements

IManagedObject.Create

See Also

AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace