DataSource for Entity Framework for WPF/Silverlight
IndexableObject クラス
メンバ 

C1.LiveLinq.Collections 名前空間 : IndexableObject クラス
コレクション要素クラスの基本クラスです。
オブジェクト モデル
IndexableObject クラス
シンタックス
'宣言
 
Public Class IndexableObject 
public class IndexableObject 
解説
IndexedCollection<T>、および LiveLinq to Objects 内の その他のコレクションクラス|tag=LiveLinq to Objects: IndexedCollection(T) and other collection classesを使用する場合、要素クラス Tはプロパティの変更通知インタフェース System.ComponentModel.INotifyPropertyChangedを実装する必要があります。 この要件を満たす最も簡単な方法は、 IndexableObjectからクラスを派生させることです。その後、そのメソッド OnPropertyChangedを使用して、必要なプロパティの変更通知を送信します。たとえば、 Customerクラスはこのように定義できます。
継承階層

System.Object
   C1.LiveLinq.Collections.IndexableObject
      C1.LiveLinq.LiveViews.ViewRow

参照

IndexableObject メンバ
C1.LiveLinq.Collections 名前空間