DataSource for Entity Framework for WinForms
IndexableObject クラス
メンバ 

C1.LiveLinq.4.5.2 アセンブリ > 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 名前空間