pedropombeiro / ProjectedCollections

This project provides an implementation of ObservableCollection which can watch a source BindingList or ObservableCollection, and transform the source elements into it's own target elements utilizing a user-provided transformation.

Home Page:http://nuget.org/packages/ProjectedCollections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectedCollections

This project provides an implementation of ObservableCollection which can watch a source BindingList or ObservableCollection, and transform the source elements into it's own target elements utilizing a user-provided transformation.

Usage

new ProjectedObservableCollection(sourceModelCollection, model => createViewModel(model));

About

This project provides an implementation of ObservableCollection which can watch a source BindingList or ObservableCollection, and transform the source elements into it's own target elements utilizing a user-provided transformation.

http://nuget.org/packages/ProjectedCollections

License:MIT License


Languages

Language:C# 100.0%