Detect return to orginal state

Posts   
 
    
bigyes
User
Posts: 1
Joined: 24-Sep-2010
# Posted on: 24-Sep-2010 17:37:28   

Hello,

Could you tell me if we change twice the property of an entity in order to return to the original value, is the entity.Dirty = true ?

Situation at begining : Customer.Name == 'TOTO' Customer.IsDirty == false

Customer.Name = 'TITI' Customer.Name = 'TOTO'

Customer.IsDirty == False or True ???

I did not manage to install the product to test it. (licence pb)

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 25-Sep-2010 04:19:27   

bigyes wrote:

Situation at begining : Customer.Name == 'TOTO' Customer.IsDirty == false

Customer.Name = 'TITI' Customer.Name = 'TOTO'

Customer.IsDirty == False or True ???

Customer.IsDirty is TRUE after that

David Elizondo | LLBLGen Support Team