Catel.Data.ModelBase.ShouldPropertyChangeUpdateIsDirty C# (CSharp) 메소드

ShouldPropertyChangeUpdateIsDirty() 보호된 메소드

Determines whether a specific property change should update IsDirty to true.
protected ShouldPropertyChangeUpdateIsDirty ( string propertyName ) : bool
propertyName string
리턴 bool
        protected virtual bool ShouldPropertyChangeUpdateIsDirty(string propertyName)
        {
            return true;
        }