DynamicPathSegment 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 an unknown path or an open property.
public sealed class DynamicPathSegment : Microsoft.OData.UriParser.ODataPathSegment
type DynamicPathSegment = class
inherit ODataPathSegment
Public NotInheritable Class DynamicPathSegment
Inherits ODataPathSegment
- Inheritance
Constructors
DynamicPathSegment(String, IEdmType, IEdmNavigationSource, Boolean) |
Build a segment to represent an unknown path or an open property. |
DynamicPathSegment(String) |
Build a segment to represent an unknown path or an open property. |
Properties
EdmType |
Gets the IEdmType of this DynamicPathSegment, which might be null. |
Identifier |
Returns the identifier for this segment i.e. string part without the keys. (Inherited from ODataPathSegment) |
Methods
HandleWith(PathSegmentHandler) |
Handle a PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Translate a PathSegmentTranslator<T>. |