Uiinfrastructure API Docs  
 

IClassTypeDesc.GetRedirectOpenObject Method 

This method is called by the Common Opener in the edit mode. Depending on what class type you are dealing with, the Common Opener will invoke the correct implemented method. Some class types may need to override this so that they can put additional control arguments in.

Redirect GetRedirectOpenObject(
   XPHashtable _htArguments,
   AActivitySpace _asParent,
   object _userSession
);

Parameters

_htArguments
Arguments to reach the new space.
_asParent
The parent activity space.
_userSession
The current session.

Return Value

A redirect that will bring you to the edit activity space for the particular class/object.

See Also

IClassTypeDesc Interface | com.plumtree.uiinfrastructure.opener.types Namespace