Ejemplo n.º 1
0
 /// <summary>
 /// Invalidates the entire entity.
 /// </summary>
 protected override void InvalidateEntity()
 {
     _properties.Invalidate(false);
     NotifyValueChanged(string.Empty);
 }