UnresolvedPathSegment 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.
An ODataPathSegment implementation representing a segment that could not be resolved.
public class UnresolvedPathSegment : Microsoft.OData.UriParser.ODataPathSegment
type UnresolvedPathSegment = class
inherit ODataPathSegment
Public Class UnresolvedPathSegment
Inherits ODataPathSegment
- Inheritance
Constructors
UnresolvedPathSegment(String) |
Initializes a new instance of the UnresolvedPathSegment class. |
Properties
EdmType |
Gets the IEdmType of this UnresolvedPathSegment. |
Identifier |
Returns the identifier for this segment i.e. string part without the keys. (Inherited from ODataPathSegment) |
SegmentKind |
Gets the segment kind for the current segment. |
SegmentValue |
Gets the unresolved segment value. |
Methods
HandleWith(PathSegmentHandler) |
Handle a UnresolvedPathSegment an implementation of PathSegmentHandler |
ToString() |
Returns a String that represents this instance. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Translate a UnresolvedPathSegment an implementation of PathSegmentTranslator<T> |