Uiinfrastructure API Docs  
 

IUIClassTypeDesc Methods

The methods of the IUIClassTypeDesc interface are listed below. For a complete list of IUIClassTypeDesc interface members, see the IUIClassTypeDesc Members topic.

Public Instance Methods

GetClassName Returns the class name of the class type. This is a unique string that identifies this class. When the Opener sees "open=XYZ" where "XYZ" is not an integer, it will invoke the ClassTypeDesc with the matching class name. Note that class name should not be an integer representation, i.e. "512", because it will collide with PT_CLASSIDS.

See Also

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