DataManager Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class is used for purging old items that have been marked as deleted in the Marketing database.
The DataManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataManager | Overloaded. Initializes a new instance of the DataManager class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Implement Idisposable. This method is not virtual by design. A derived class should not override this method. Calls Dispose(true) to do the real work. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PurgeDeletedCampaignItems | Permanently removes campaign item records in the database that meet the specified age criteria. | |
PurgeDeletedCampaigns | Permanently removes campaign records in the database that meet the specified age criteria. | |
PurgeDeletedCustomers | Permanently removes customer records in the database that meet the specified age criteria. | |
PurgeOldPromoCodes | Permanently removes the promotion code values and associated transaction history from the database for Discounts that meet the specified age-out criteria. | |
ToString | (Inherited from Object.) |
Top