NavigationPropertyLinkSegment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A segment representing $ref (backwards compatibility version for below ODL 7.4.x)
public sealed class NavigationPropertyLinkSegment : Microsoft.OData.UriParser.ODataPathSegment
type NavigationPropertyLinkSegment = class
inherit ODataPathSegment
Public NotInheritable Class NavigationPropertyLinkSegment
Inherits ODataPathSegment
- Inheritance
Constructors
NavigationPropertyLinkSegment(IEdmNavigationProperty, IEdmNavigationSource) |
Build a segment to represent $ref on a Nav prop |
Properties
EdmType |
Gets the IEdmType of this NavigationPropertyLinkSegment. |
Identifier |
Returns the identifier for this segment i.e. string part without the keys. (Inherited from ODataPathSegment) |
NavigationProperty |
Gets the navigation property this link or ref acts on. |
NavigationSource |
Gets the navigation source of entities linked to by this NavigationPropertyLinkSegment. |
Methods
HandleWith(PathSegmentHandler) |
Translate a PathSegmentHandler to walk a tree of ODataPathSegments. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Translate a PathSegmentTranslator<T> |