Plumtree Tags API  
 

RelatedChildTag Members

RelatedChildTag overview

Public Instance Constructors

RelatedChildTag Constructor Creates a new related child tag meta data object.

Tag classes need to have one public static final RelatedChildTag member variable for every related RelatedChildTag that should be in the documentation for this tag.

Specifying related tags is simply a convenience to tell users of the main tag that it is designed to work with the child tag. Any tag can be used inside any other tag, regardless of whether or not it is specified as a related child tag.

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.
GetTagData (inherited from ARelatedTag) Gets the data about the related tag.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_TagData (inherited from ARelatedTag) 

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

RelatedChildTag Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace