Click or drag to resize
Navigator Class
Simple class which is used to work with a navigator in special scenarios. Not meant to be used to edit navigator names, as these are stored inside the relationship edge they're defined on. Obtain a Navigator instance by asking the relationship edge to create them.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.EntityModelNavigator

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[FilterPropertiesAttribute]
public class Navigator : IOutputSettingValuesTarget, INotifyAsRemoved

The Navigator type exposes the following members.

Properties
  NameDescription
Public propertyCardinality
Gets the cardinality of this navigator, i.e. whether it represents a single or multiple elements.
Public propertyContainingEdge
Gets the containing edge.
Public propertyContainingElementFullName
Gets the full name of the containing element.
Public propertyIsFKSide
Gets a value indicating whether this instance is on the FK side.
Public propertyIsOptional
Gets a value indicating whether this instance is optional.
Public propertyIsPkSide
Gets a value indicating whether this instance is on the pk side.
Public propertyIsStartNavigator
Gets a value indicating whether this instance is the start navigator of the containing edge.
Public propertyNavigatorName
Gets the name of the navigator.
Public propertyOutputSettingValues
Gets the output setting values of this target.
Public propertyOwningEntity
Gets the owning entity of this navigator.
Public propertyRelatedEntity
Gets the related entity of the entity owning this navigator over the relationship this navigator is part of
Public propertyRelationshipType
Gets the type of the relationship.
Public propertyTargetElementType
Gets the target element type of this target.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAdditionalInterfaces
Gets the additional interfaces, if applicable, for this element, where the default interfaces are prefiltered with the ignored interfaces defined in this element. All interface macros are replaced with real names.
Public methodGetAdditionalNamespaces
Gets the additional namespaces, if applicable, for this element, where the default namespaces are prefiltered with the ignored namespaces defined in this element. All namespace macros are replaced with real names.
Public methodGetAttributes
Gets the attributes, if applicable, for this element, where the default attributes are prefiltered with the ignored attributes defined in this element. All name macros and $length/$precision/$scale macros are replaced with real values. (if applicable)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetRealStringSettingValueWithMacrosResolved
Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventHasBeenRemoved
Raised when the implementing element has been removed from its container
Public eventNavigatorChanged
Event which is raised when the definition of this Navigator has been changed. What has changed is enclosed inside the event args.
Top
Explicit Interface Implementations
See Also