Namespace: Semata.DataStore.ObjectModel
Produces an Enumeration of Item objects from a method that returns an ItemIterator
public class ItemObjectSource<I> : IEnumerable<I> where I : ItemObject
Implements: IEnumerable<I>
Events
Name | Description |
SourceChanged |
/ Occurs when PropertyChanged on source is raised |
SourceWritten |
Occurs when PropertyWritten on source is raised |