Share via


SetChildDirty Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Propagates change notifications.

Overload List

  Name Description
ms870924.pubmethod(en-US,CS.70).gif SetChildDirty()()() Propagates change notifications, when there are no generated DateTime updates from the child.
ms870924.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

MappedStorageBase Class

MappedStorageBase Members

Microsoft.CommerceServer.Runtime Namespace