Plumtree UI Infrastructure API  
 

RedirectData Members

RedirectData overview

Public Instance Constructors

RedirectData Constructor Constructor simply initializes members.

Public Instance Methods

AddQSArgumentOverloaded. Adds a querystring argument to the Querystring arguments hashtable. If the argument is already there, then it is replaced. If the key or hashtable are null, do nothing.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHaltPlugins Get whether to halt plugin processing.
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.
GetQSArguments Get the Querystring arguments.
GetRedirect Get the Redirect destination.
GetType (inherited from Object)Gets the Type of the current instance.
HasRedirect 
SetHaltPlugins Set whether to halt plugin processing.
SetQSArguments Set the Querystring arguments.
SetRedirect Set the Redirect destination.
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

RedirectData Class | com.plumtree.uiinfrastructure.opener Namespace