次の方法で共有


EntitySet のメンバー

変更追跡やその他のサービスを提供する Entity インスタンスのコレクションを表します。

EntitySet データ型で公開されるメンバーを以下の表に示します。

パブリック コンストラクター

  名前 説明
  EntitySet EntitySet クラスの新しいインスタンスを初期化します。

このページのトップへ

パブリック プロパティ

(プロテクト プロパティ も参照)

  名前 説明
public property CanAdd  新しいエンティティをセットに追加できるかどうかを示す値を取得します。 (EntitySet から継承)
public property CanEdit  セット内のエンティティを編集できるかどうかを示す値を取得します。 (EntitySet から継承)
public property CanRemove  セットのエンティティを削除できるかどうかを示す値を取得します。 (EntitySet から継承)
public property Count  セット内の現在のエンティティ数を取得します。 (EntitySet から継承)
public property EntityContainer  この EntitySet のコンテナーを取得します。 (EntitySet から継承)
public property EntityType  この EntitySet に含まれているエンティティの型を取得します。 (EntitySet から継承)
public property HasChanges  この EntitySet に現在保留中の変更があるかどうかを示す値を取得します。 (EntitySet から継承)
public property IsReadOnly  このセットが更新操作をサポートしているかどうかを示す値を取得します。 (EntitySet から継承)

このページのトップへ

プロテクト プロパティ

  名前 説明
protected property List  この EntitySet のバッキング リストを取得します。 (EntitySet から継承)

このページのトップへ

パブリック メソッド

(プロテクト メソッド も参照)

  名前 説明
public method Add オーバーロードされます。 
public method Attach オーバーロードされます。 
public method Clear  セットからすべてのエンティティを消去します。 (EntitySet から継承)
public method Detach オーバーロードされます。 
public method Equals  オーバーロードされます。(Object から継承)
public method GetEnumerator このエンティティ セットの列挙子を返します。
public method GetHashCode  (Object から継承)
public method GetType  (Object から継承)
public methodstatic ReferenceEquals  (Object から継承)
public method Remove オーバーロードされます。 
public method ToString  (Object から継承)

このページのトップへ

プロテクト メソッド

  名前 説明
protected method AcceptChanges  この EntitySet で行われたすべての変更を受け入れます。 (EntitySet から継承)
protected method CreateEntity  新しいエンティティを作成します。 (EntitySet から継承)
protected method CreateList  セットのストレージ リストを作成します。 (EntitySet から継承)
protected method Finalize  (Object から継承)
protected method MemberwiseClone  (Object から継承)
protected method OnCollectionChanged  (EntitySet から継承)
protected method OnPropertyChanged  (EntitySet から継承)
protected method RaisePropertyChanged  (EntitySet から継承)
protected method RejectChanges  この EntitySet で行われたすべての変更を取り消します。 (EntitySet から継承)

このページのトップへ

パブリック イベント

  名前 説明
public event EntityAdded Entity がこのエンティティ セットに追加されるときに発生します。
public event EntityRemoved Entity がこのエンティティ セットから削除されるときに発生します。
public event PropertyChanged  プロパティが変更されると発生します。 (EntitySet から継承)

このページのトップへ

明示的インターフェイスの実装

  名前 説明
  System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator コレクションの列挙子を取得します。
  System.Collections.IEnumerable.GetEnumerator  コレクションの列挙子を取得します。 (EntitySet から継承)
  System.ComponentModel.IChangeTracking.AcceptChanges  この EntitySet で行われたすべての変更を受け入れます。 (EntitySet から継承)
  System.ComponentModel.ICollectionViewFactory.CreateView  
  System.ComponentModel.IRevertibleChangeTracking.RejectChanges  この EntitySet で行われたすべての変更を取り消します。 (EntitySet から継承)
  System.ComponentModel.IChangeTracking.IsChanged  (EntitySet から継承)
  System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged  (EntitySet から継承)

このページのトップへ

参照

リファレンス

EntitySet ジェネリック クラス
System.ServiceModel.DomainServices.Client 名前空間