Class NotifyPropertyChangedExHelper
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Extension class for INotifyPropertyChangedEx.
public static class NotifyPropertyChangedExHelper
- Inheritance
-
NotifyPropertyChangedExHelper
- Inherited Members
Properties
Filter
Filter.
public static Func<object, string, bool> Filter { get; set; }
Property Value
Methods
Notify<T>(T, string)
Invoke NotifyPropertyChanged(string).
public static void Notify<T>(this T entity, string propertyName = null) where T : INotifyPropertyChangedEx
Parameters
entity
TNotify based object.
propertyName
stringProperty name.
Type Parameters
T