MappedStorageBase Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides functionality required by non-collection classes that will participate in the Commerce Server mapped storage mechanism.
The MappedStorageBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MappedStorageBase | Initializes a new instance of the MappedStorageBase class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadedFromStorage | Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SavedToStorage | Called after saving a mapped class instance to storage to allow custom post-save marshaling. |
![]() |
SavingToStorage | Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. |
![]() |
SetChildDirty | Overloaded. Propagates change notifications. |
![]() |
SetDirty | Updates local and parent change information and allows automatic validation of the specified property data. |
![]() |
SetParent | Updates parent and grandparent object references of a child class instance |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
StorageLoadInProgress | Gets a value indicating whether a storage load is in progress. |
Top