Uiinfrastructure API Docs  
 

ClassTypeManager.GetClassTypeDescItem Method 

Returns IClassTypeDesc for the particular ClassKey.

protected virtual IClassTypeDesc GetClassTypeDescItem(
   string _strClassKey
);

Parameters

_strClassKey
For PTClassTypes, this is the ClassID, for UIClassTypes, this is the ClassName.

Return Value

IClassTypeDesc for the particular ClassKey.

See Also

ClassTypeManager Class | com.plumtree.uiinfrastructure.opener.types Namespace