BusinessEntity.IgnoreIsDirty

Sets the entity to appear not dirty, even if there are changes in the data.

public sealed void IgnoreIsDirty();

Remarks

This does NOT accept changes. It only provides a manual override for IsDirty.
This can sometimes be useful for new entities and also for entities that should
not appear dirty until further changes are made (such as when the user just
has been asked whether they want to save changes).

See also:

Class BusinessEntity


  Last Updated: 5/23/2007 | © , 2007