BatchReferenceSegment 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 alias to another url in a batch.
public sealed class BatchReferenceSegment : Microsoft.OData.UriParser.ODataPathSegment
type BatchReferenceSegment = class
inherit ODataPathSegment
Public NotInheritable Class BatchReferenceSegment
Inherits ODataPathSegment
- Inheritance
Constructors
BatchReferenceSegment(String, IEdmType, IEdmEntitySetBase) |
Build a BatchReferenceSegment |
Properties
ContentId |
Gets the contentId this alias is referring to |
EdmType |
Gets the IEdmType of the resource that this placeholder BatchReferenceSegment represents. |
EntitySet |
Gets the resulting entity set for this batch reference segment. |
Identifier |
Returns the identifier for this segment i.e. string part without the keys. (Inherited from ODataPathSegment) |
Methods
HandleWith(PathSegmentHandler) |
Handle a BatchReferenceSegment using an implementation of the PathSegmentHandler interface. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Translate this BatchReferenceSegment into something else. |