Options
All
  • Public
  • Public/Protected
  • All
Menu
classdesc

Association endpoint for referential constraints.

Hierarchy

  • AssociationEndpoint

Index

Constructors

Properties

ConstrainMany: string = '*'
ConstrainOne: string = '1'
_propertyName: string
containingEntityType: string

Containing entity type of association endpoint.

navigationProperty?: NavigationProperty

Navigation property of association endpoint.

partnerEntityType: string

Partner entity type of association endpoint.

referentialConstraint: ReferentialConstraint[] = []

Referential constraint of association endpoint.

Accessors

  • get containingEntityShortName(): string
  • get isCollection(): boolean
  • get isMapped(): boolean
  • get multiplicity(): string
  • get order(): number
  • get partnerEntityShortName(): string
  • get propertyName(): string
  • set propertyName(value: string): void
  • get role(): string

Generated using TypeDoc