IEntityWithRelationships Rozhraní

Definice

Definuje typ entity s relací k jednomu nebo více jinému typu entity.

public interface class IEntityWithRelationships
public interface IEntityWithRelationships
type IEntityWithRelationships = interface
Public Interface IEntityWithRelationships
Odvozené

Poznámky

IEntityWithRelationships definuje funkce, které musí být implementovány typem entity, který má relace s jinými typy. Relace jsou definovány jako přidružení v modelu Entity Data Model.

EntityObject je základní třída pro všechny typy entit vygenerované nástroji Entity Data Model. Třída EntityObject implementuje IEntityWithRelationships.

Vlastnosti

Name Description
RelationshipManager

Vrátí správce relací, který spravuje relace pro instanci typu entity.

Platí pro