Catel.Data.ModelBase.ShouldPropertyChangeUpdateIsDirty C# (CSharp) Méthode

ShouldPropertyChangeUpdateIsDirty() protected méthode

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