Ejemplo n.º 1
0
 /// <summary>
 /// </summary>
 /// <returns></returns>
 public bool AreChangeNotificationsEnabled()
 {
     return(IReactiveObjectExtensions.AreChangeNotificationsEnabled(this));
 }
Ejemplo n.º 2
0
 public IDisposable DelayChangeNotifications()
 {
     return(IReactiveObjectExtensions.DelayChangeNotifications(this));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// </summary>
 /// <returns></returns>
 public IDisposable SuppressChangeNotifications()
 {
     return(IReactiveObjectExtensions.SuppressChangeNotifications(this));
 }