MetadataSegment 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 $metadata in a path.
public sealed class MetadataSegment : Microsoft.OData.UriParser.ODataPathSegment
type MetadataSegment = class
inherit ODataPathSegment
Public NotInheritable Class MetadataSegment
Inherits ODataPathSegment
- Inheritance
Fields
Instance |
Gets the singleton instance of MetadataSegment |
Properties
EdmType |
Gets the IEdmType of this MetadataSegment, which is always null. |
Identifier |
Returns the identifier for this segment i.e. string part without the keys. (Inherited from ODataPathSegment) |
Methods
HandleWith(PathSegmentHandler) |
Translate a PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Translate a PathSegmentTranslator<T>. |