Plumtree Portal UI  
 

ATagInfrastructure Members

ATagInfrastructure overview

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.
GetName The Tag Container uses this method to get the name of this tag. If m_TagMetaDataHelper is not yet initialized it is initialized by this method. Framework Helper Method
GetTagHelper The Tag Container uses this method to get the tag helper class to perform various framework functions. Framework Helper Method
GetTagMetaDataHelper The Tag Container uses this method to get the meta data about this tag perform error checking. Framework Helper Method
GetType (inherited from Object)Gets the Type of the current instance.
InitForDisplay The Tag Container uses this method to initialize the Tag with all of the data it needs for display. This is called before the tag is used the first time, and before it is used after every Release call. Framework Helper Method
Release The Tag Container uses this method to release all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse. After this method is called, the tag should be able to be re-initialized and used again. This method should not be used by Tag developers. ReleaseTag() should be used instead. Framework Helper Method
ReleaseTag This method releases all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse. This method should return the tag to the state it was in immediately after the Create() method was called. After this method is called, the tag should be able to be re-initialized and used again. All tags that store custom data as member variables should override this method and release the data here. If a tag does not store custom data as member variables, then there is no need to override this method. Default Tag Method
SetTagMetaDataHelper This method is used to store the meta data about this tag and 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 Constructors

ATagInfrastructure Constructor Initializes a new instance of the ATagInfrastructure class.

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

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