共用方式為


EntityCollection 成員

表示關聯的實體集合。

下表列出 EntityCollection 型別公開的成員。

公用 建構函式

  名稱 說明
  EntityCollection 多載。 初始化 EntityCollection 的新執行個體。

頂端

公用 屬性

  名稱 說明
public property Count 取得這個集合中目前實體的計數。

頂端

公用 方法

(另請參閱 受保護的 方法)

  名稱 說明
public method Add 將指定的實體加入至此集合。
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 覆寫。 傳回集合的文字表示。

頂端

受保護的 方法

  名稱 說明
protected method Finalize  (繼承自 Object)
protected method MemberwiseClone  (繼承自 Object)

頂端

公用 事件

  名稱 說明
public event EntityAdded Entity 加入至此集合時引發。
public event EntityRemoved 從此集合移除 Entity 時引發。

頂端

明確介面實作

  名稱 說明
  System.Collections.IEnumerable.GetEnumerator  
  System.ComponentModel.ICollectionViewFactory.CreateView  
  System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged  
  System.ComponentModel.INotifyPropertyChanged.PropertyChanged  

頂端

另請參閱

參考

EntityCollection 泛型類別
System.ServiceModel.DomainServices.Client 命名空間