Determining the status of an entity

Posts   
 
    
eugene
User
Posts: 85
Joined: 05-Oct-2004
# Posted on: 22-Feb-2005 16:02:33   

Hi there,

while loading an new entity (IsNew = True) in a form, I set the values for certain properties. The User is then free to continue working on the entity or to discard the entity as a whole. At this point IsDirty returns true at this point in time. Is it possible to determine if any changes have occured after a certain point in time without having to subcribe to alle the Changed events of the entity?

Best regards

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 23-Feb-2005 13:04:11   

You do have to compare all fields I'm afraid, or subscribe to all the changed events.

Frans Bouma | Lead developer LLBLGen Pro