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

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq 名前空間 : DeletedStateIsAvailableAttribute クラス
クラスのオブジェクトのプロパティが、 所属するコレクションからオブジェクトが削除された後も引き続き正しいプロパティ値を返すかどうかを示します。
オブジェクト モデル
DeletedStateIsAvailableAttribute クラス
シンタックス
'宣言
 
Public NotInheritable Class DeletedStateIsAvailableAttribute 
   Inherits System.Attribute
public sealed class DeletedStateIsAvailableAttribute : System.Attribute 
解説
この属性は、C1.LiveLinq.Collections.IndexedCollection<T> および IObservableSource<T> を実装している他のコレクションの要素のクラスで使用されます。 これにより、IObservableSource<T> インタフェースの本格的なカスタムの実装を作成することなく IObservableSource<T>.IsDeletedStateAvailable の値を変更することができます。
継承階層

System.Object
   System.Attribute
      C1.LiveLinq.DeletedStateIsAvailableAttribute

参照

DeletedStateIsAvailableAttribute メンバ
C1.LiveLinq 名前空間