Interface Relation

A relation between two Models.

source and target values will be populated int the bindWithModels method, that is called from ModelsRepository.

Hierarchy

  • Relation

Implemented by

Index

Properties

displayName

displayName: string

modelName

modelName: string

name

name: string

source

source: ModelClass

target

target: ModelClass

Methods

bindWithModels

  • Delegate to specific relation kind implementation the process of registering the relation source and target models, and eventually use them to define additional relation properties.

    Parameters

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc