The methods of the PTConstructType class are listed below. For a complete list of PTConstructType class members, see the PTConstructType Members topic.
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | Call this method to obtain an ElementName object indicating a specific html element found within this construct. For example, to obtain an ElementName object indicating the html element containing the wide banner's title, do the following: myEName = PTBannerType.WIDE.GetElementName( PTBannerType.ELEMENT_NAME_ID_TITLE ); |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Call this method to obtain a prototype HTMLElement for this particular construct type. This prototype should neither be used, nor modified, though it may be examined or cloned. If you wish to obtain an HTMLElement representation of this construct type that is all your own, with which you're free to do as you please, use the PTConstructFactory.GetConstruct() method. |
![]() | Call this method to obtain a string dictionary mapping element names to img alt id's. An element name indicates the name of a particular HTMLImg element within this construct. An img alt id indicates the id that may be used to obtain an alt string. |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
PTConstructType Class | com.plumtree.xpshared.htmlconstructs Namespace