/// <summary> /// Updates the factory errors snapshot /// </summary> /// <param name="errorsList"></param> internal void UpdateErrors() { CurrentSnapshot = NewSnapShot(); _errorProvider.UpdateAllSinks(this); }
/// <summary> /// Updates the factory errors snapshot /// </summary> /// <param name="errorsList"></param> internal void UpdateItems() { CurrentSnapshot = NewSnapShot(); _listProvider.UpdateAllSinks(this); }