Catel.Data.ModelBase.ClearIsDirtyOnAllChilds C# (CSharp) Метод

ClearIsDirtyOnAllChilds() защищенный Метод

Clears the IsDirty on all childs.
protected ClearIsDirtyOnAllChilds ( ) : void
Результат void
        protected void ClearIsDirtyOnAllChilds()
        {
            ClearIsDirtyOnAllChilds(this, new HashSet<IModel>());
        }

Same methods

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