Catel.Data.ModelBase.ClearIsDirtyOnAllChilds C# (CSharp) Méthode

ClearIsDirtyOnAllChilds() protected méthode

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

Same methods

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