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

ShouldPropertyChangeUpdateIsDirty() protected method

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