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