/// <summary> /// Deletes all domain objects from the catalog unconditionally. /// </summary> public void DeleteAll() { _collection.DeleteAll(); InvokeObjectDeleted(); }
/// <summary> /// Deletes all domain objects from the catalog unconditionally. /// </summary> public void DeleteAll() { _collection.DeleteAll(); }