Nuclex.Support/Source/Collections
2007-05-10 19:11:28 +00:00
..
ObservableCollection.cs Moved events to top of class to stay conformant with coding standards 2007-05-09 19:17:53 +00:00
ObservableCollection.Test.cs SetProgression partially working; wrote several unit tests using the NMock library; lots of smaller improvements to the progression classes 2007-04-19 18:18:34 +00:00
Parentable.cs Provided a common class for observable collections similar to what the .NET Framework 3.0 offers; ParentingCollection no longer requires the parent type to be a reference type; Laid the foundation for a new progress tracking framework that can be used to drive progress bars, loading screens and such 2007-04-16 17:18:16 +00:00
ParentingCollection.cs Removed reparent call from ParentingCollection.Dispose() method. If a class deriving from ParentingCollection wants to disconnect all its items in order to prevent collection elements from accessing their owner (which might have been disposed already), it can still Reparent() the collection to null manually 2007-05-10 19:11:28 +00:00
PriorityQueue.cs Various conformity issues to coding guidelines fixed; documented all exceptions being thrown 2007-04-02 18:48:28 +00:00
PriorityQueue.Test.cs Reorganized the directory structure a bit; Created a new transforming collection for exposing the types in a collection under a different interface; moved Operation and associated classes to a new namespace; Implemented the basics of the SetProgression's observation mechanics 2007-04-18 20:20:03 +00:00
RingMemoryStream.cs Several small optimizations; improved XML comments; added a text file for storing general ideas about the design of Nuclex.Support 2007-05-08 18:42:00 +00:00
RingMemoryStream.Test.cs Reorganized the directory structure a bit; Created a new transforming collection for exposing the types in a collection under a different interface; moved Operation and associated classes to a new namespace; Implemented the basics of the SetProgression's observation mechanics 2007-04-18 20:20:03 +00:00
TransformingReadOnlyCollection.cs Several small optimizations; improved XML comments; added a text file for storing general ideas about the design of Nuclex.Support 2007-05-08 18:42:00 +00:00
UnintrusivePriorityQueue.cs Fully implemented the priority collection; Created a wrapper for non-intrusive priority collections that keep the priority external to the object; wrote unit tests for both 2007-03-05 18:22:31 +00:00
UnintrusivePriorityQueue.Test.cs Fully implemented the priority collection; Created a wrapper for non-intrusive priority collections that keep the priority external to the object; wrote unit tests for both 2007-03-05 18:22:31 +00:00