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