Click or drag to resize
EF Visual Editor

NavigationProperty Class

Describes a class property that associates to another persistent entity
Inheritance Hierarchy
SystemObject
  Sawczyn.EFDesigner.EFModelNavigationProperty

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public class NavigationProperty
Request Example View Source

The NavigationProperty type exposes the following members.

Properties
  NameDescription
Public propertyAssociationObject
Association this is based on
Public propertyCardinality
Multiplicity of the association
Public propertyClassType
Owning class
Public propertyConstructorParameterOnly
Public propertyCustomAttributes
Public propertyDescription
Public propertyDisplayText
Public propertyFKPropertyName
Public propertyImplementNotify
Public propertyIsAutoProperty
Public propertyIsCollection
Public propertyPropertyName
Name of peoperty in owning class
Public propertyRequired
Public propertySummary
Top
See Also