Click or drag to resize
SourceNavigatorPath Class
Class which defines the path from the root entity of the containing document to a related entity of that root entity.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.DerivedModelSourceNavigatorPath

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class SourceNavigatorPath : INotifyAsRemoved, 
	INotifyAsChanged, ISerializableToXml

The SourceNavigatorPath type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsEmpty
Gets a value indicating whether this instance is empty.
Public propertyIsFullSingleElementPath
Gets a value indicating whether this instance is a full single element path. A full single element path is a path with no navigators with multi-element cardinality
Public propertyLength
Gets the length of the path.
Public propertyPathElements
Gets the path elements of this path.
Public propertyPathEndCardinality
Gets the cardinality of the end element of this path, i.e. whether this path leads to multi or single elements. Used to determine whether a field sourced over this path contains a single element or multiple elements. If this path is empty, its cardinality is defined as single element.
Top
Methods
  NameDescription
Public methodBindEvents
Binds the event handlers of contained elements.
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 methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
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 methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodToString(SourceNavigatorPath)
Returns a string that represents the current object, and skips the path specified from this path.
Public methodUnbindEvents
Unbinds the event handlers of contained elements
Top
Events
  NameDescription
Public eventHasBeenChanged
Event which is raised when a contained element has been changed. For observers it's not important which one, they have to re-examine the path for their own requirements to see whether it's still valid.
Public eventHasBeenRemoved
Raised when the implementing element has been removed from its container
Top
See Also