Plumtree Portal UI  
 

TagMetaDataHelper Methods

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

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetOptionalTagAttributes Gets the meta data for the optional tag attributes for this tag.
GetRequiredChildTags Gets the required child tags meta data for this tag.
GetRequiredParentTags Gets the required parent tags meta data for this tag.
GetRequiredTagAttributes Gets the meta data for the required tag attributes for this tag.
GetTagLibraryMetaData Store the Tag Library meta data object for the Tag Library that contains this Tag.
GetTagMetaData Gets the meta data for this tag.
GetType (inherited from Object)Gets the Type of the current instance.
Init This method uses reflection to discover all of the meta data about this tag and caches it for quick lookup in the future. This method is only called once per tag class when the class is loaded. Framework Helper Method
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

TagMetaDataHelper Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace