Uiinfrastructure API Docs  
 

AClearModel Members

AClearModel overview

Public Instance Fields

m_asOwner the parent AActivitySpace

Public Instance Methods

CleanupAllData 
CleanupTempData 
Create This method is used by the ASManager to return new instances of managed objects.
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 
GetNewTempData This method returns a new temporary data object. It is called at the beginning of a new HTTP Request. This method can perform initialization on the data object if necessary.
GetType (inherited from Object)Gets the Type of the current instance.
Init 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

AClearModel Constructor Initializes a new instance of the AClearModel 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.
GetTempData This method is used to access the temporary data object. This ensures that a valid temporary data object can always be obtained.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AClearModel Class | com.plumtree.uiinfrastructure.activityspace Namespace