For a list of all members of this type, see ObjectHolderBase members.
| Name | Description | |
|---|---|---|
| GetObjectData | 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. | |
| Invalidate | Invalidates the current instance. The next request reloads all the related objects. |
| Name | Description | |
|---|---|---|
| UpdateConnectedProperty | Updates the connected property. This is done after a save to the storage. |