Table of Contents

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

Func<object, string, bool>

Methods

Notify<T>(T, string)

public static void Notify<T>(this T entity, string propertyName = null) where T : INotifyPropertyChangedEx

Parameters

entity T

Notify based object.

propertyName string

Property name.

Type Parameters

T