The following tables list the members exposed by ObjectHolderBase.
| Name | Description | |
|---|---|---|
| ObjectHolderBase Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| Context | Specifies the ObjectContext associated with the ObjectHolder. The ObjectContext is used to load the related objects from the storage. | |
| Parent | Specifies the parent persistent object of the ObjectHolder. | |
| RelationAttribute | Specifies the RelationAttribute associated with the ObjectHolder. The attribute specifies the relation between the related objects and the parent object. |
| 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. |