ValueSegment Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Segmento che rappresenta $value
public sealed class ValueSegment : Microsoft.OData.UriParser.ODataPathSegment
type ValueSegment = class
inherit ODataPathSegment
Public NotInheritable Class ValueSegment
Inherits ODataPathSegment
- Ereditarietà
Costruttori
ValueSegment(IEdmType) |
Creare un segmento per rappresentare $value. |
Proprietà
EdmType |
Ottiene l'oggetto IEdmType di questo ValueSegmentoggetto . |
Identifier |
Restituisce l'identificatore per questo segmento, ovvero la parte stringa senza le chiavi. (Ereditato da ODataPathSegment) |
Metodi
HandleWith(PathSegmentHandler) |
Gestire un ValueSegment oggetto usando un'istanza di PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Tradurre un oggetto in un altro oggetto usando un'istanza diPathSegmentTranslator<T> . |