SetChildDirty Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Propagates change notifications.
Overload List
Name | Description | |
---|---|---|
SetChildDirty()()() | Propagates change notifications, when there are no generated DateTime updates from the child. | |
SetChildDirty(DateTime) | Propagates change notifications, using the specified date and time generated by the child class that made the call. |
Top
Remarks
SetChildDirty is called by the SetDirty implementations within child classes to propagate the dirty state upward, eventually up to base OrderGroup-derived classes. Parent class implementations use this notification to update local "last updated" DateTime properties, and potentially to optimize update queries to storage.