Chili.Opf3 Send comments on this topic.
ObjectHolderBase Class Methods
See Also 
Chili.Opf3.Relations Namespace : ObjectHolderBase Class


For a list of all members of this type, see ObjectHolderBase members.

Public Methods

 NameDescription
Public MethodGetObjectData Create a backup of the object in the session. We do this to not blow up the ViewState in ASP.Net applications. When serializing the object in the ViewState we would also send the ObjectContext and other classes such as the storage to the ViewState.  
Public MethodInvalidate Invalidates the current instance. The next request reloads all the related objects.  
Top

Protected Methods

 NameDescription
Protected MethodUpdateConnectedProperty Updates the connected property. This is done after a save to the storage.  
Top

See Also