Compartir a través de


Miembros EntityCollection

Representa una colección de entidades asociadas.

En las tablas siguientes se enumeran los miembros que se exponen por el tipo EntityCollection.

Público Constructores

  Nombre Descripción
  EntityCollection Sobrecargado. Inicializa una nueva instancia de la clase EntityCollection.

Superior

Público Propiedades

  Nombre Descripción
Count Obtiene el recuento actual de entidades en esta colección.

Superior

Público Métodos

(vea también Protegido Métodos)

  Nombre Descripción
Add Agrega la entidad especificada a esta colección.
Equals  Sobrecargado. (Se hereda de Object)
GetEnumerator Devuelve un enumerador para esta colección.
GetHashCode  (Se hereda de Object)
GetType  (Se hereda de Object)
ReferenceEquals  (Se hereda de Object)
Remove Quita la entidad especificada de esta colección.
ToString Invalidado. Devuelve una representación textual de la colección.

Superior

Protegido Métodos

  Nombre Descripción
Finalize  (Se hereda de Object)
MemberwiseClone  (Se hereda de Object)

Superior

Público Eventos

  Nombre Descripción
EntityAdded Se genera cuando se agrega Entity a esta colección.
EntityRemoved Se genera cuando se quita Entity de esta colección.

Superior

Implementaciones de interfaces explícitas

  Nombre Descripción
  System.Collections.IEnumerable.GetEnumerator  
  System.ComponentModel.ICollectionViewFactory.CreateView  
  System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged  
  System.ComponentModel.INotifyPropertyChanged.PropertyChanged  

Superior

Vea también

Referencia

Clase genérica EntityCollection
Espacio de nombres System.ServiceModel.DomainServices.Client