Plumtree Tags API  
 

TagLibraryMetaData Members

TagLibraryMetaData overview

Public Instance Constructors

TagLibraryMetaData Constructor This constructor takes the name, description, and version of the tag. It also converts the library name to all lower case for standards compliance.

Public Instance Methods

Equals Return true if the Object _object is a TagLibraryMetaData object and it's name and version are the same as this TagLibraryMetaData object's name and version. Otherwise return false.
GetDescription Gets the description of this tag library.
GetDisplayName Gets the display name of this tag library. This is the human readable name for documentation purposes, rather than the name used in tags. E.G. "The Plumtree Core Tag Library"
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.
GetName Gets the name of this tag library. This is the name used to access a particular tag. E.G. <pt:taglibraryname.tagname/>
GetType (inherited from Object)Gets the Type of the current instance.
GetVersion Gets the version of this tag library.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_nVersion 
m_strDescription 
m_strDisplayName 
m_strLibraryName 

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

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