ODataPathSegment 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.
The semantic representation of a segment in a path.
public abstract class ODataPathSegment
type ODataPathSegment = class
Public MustInherit Class ODataPathSegment
- Inheritance
-
ODataPathSegment
- Derived
Constructors
ODataPathSegment() |
Creates a new Segment. |
Properties
EdmType |
Gets the IEdmType of this ODataPathSegment. |
Identifier |
Returns the identifier for this segment i.e. string part without the keys. |
Methods
HandleWith(PathSegmentHandler) |
Handle a ODataPathSegment using an implementation of a PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Translate a ODataPathSegment using an implementation ofPathSegmentTranslator<T>. |