Association properties

LinqConnect association has the following properties.

Association properties

Cardinality – Cardinality of the relationship between classes. Can be one-to-one or one-to-many.

Child Property – Settings for the child class property.

Documentation

Long Description – Detailed description for the association.

Summary – Brief description for the association.

Parent Property – Settings for the parent class property.

Child and parent properties

Access – The related property access.

Generate – Determines whether the related property is generated.

Inheritance Modifier – Property inheritance modifier. The Inheritance Modifier property can take the None, New, NewVirtual, Override or Virtual value.

  • None – The default value. No inheritance modification is performed.
  • New – Specifies that the derived base class property with this name is explicitly hidden.
  • NewVirtual – Specifies that the derived base class property with this signature is explicitly hidden, and this property of the class can be overridden in the derived class.
  • Override – Specifies that the property overrides the one, derived from the base class.
  • Virtual – Specifies that the property can be overridden in the derived class.

Name – The name of the class to which the property belongs.