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;
        }