IEntityWithRelationships Interfejs

Definicja

Definiuje typ jednostki z relacją z co najmniej jednym innym typem jednostki.

public interface class IEntityWithRelationships
public interface IEntityWithRelationships
type IEntityWithRelationships = interface
Public Interface IEntityWithRelationships
Pochodne

Uwagi

IEntityWithRelationships definiuje funkcje, które muszą być implementowane przez typ jednostki, który ma relacje z innymi typami. Relacje są definiowane jako skojarzenia w modelu danych jednostki.

EntityObject jest klasą bazową dla wszystkich typów jednostek generowanych przez narzędzia modelu danych jednostek. Klasa EntityObject implementuje IEntityWithRelationshipselement .

Właściwości

RelationshipManager

Zwraca menedżera relacji, który zarządza relacjami dla wystąpienia typu jednostki.

Dotyczy