Catel.Data.ModelBase.ClearIsDirtyOnAllChilds C# (CSharp) Method

ClearIsDirtyOnAllChilds() protected method

Clears the IsDirty on all childs.
protected ClearIsDirtyOnAllChilds ( ) : void
return void
        protected void ClearIsDirtyOnAllChilds()
        {
            ClearIsDirtyOnAllChilds(this, new HashSet<IModel>());
        }

Same methods

ModelBase::ClearIsDirtyOnAllChilds ( object obj, HashSet handledReferences ) : void