Click or drag to resize

SourceNavigatorPath Properties

The SourceNavigatorPath type exposes the following members.

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
See Also