PropertySegment 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 una proprietà strutturale.
public sealed class PropertySegment : Microsoft.OData.UriParser.ODataPathSegment
type PropertySegment = class
inherit ODataPathSegment
Public NotInheritable Class PropertySegment
Inherits ODataPathSegment
- Ereditarietà
Costruttori
PropertySegment(IEdmStructuralProperty) |
Compila un segmento basato su una proprietà strutturale. |
Proprietà
EdmType |
Ottiene l'oggetto IEdmType di questo PropertySegmentoggetto . |
Identifier |
Restituisce l'identificatore per questo segmento, ovvero la parte stringa senza le chiavi. (Ereditato da ODataPathSegment) |
Property |
Ottiene la proprietà strutturale rappresentata dal segmento. |
Metodi
HandleWith(PathSegmentHandler) |
Gestire un PropertySegment oggetto usando un'istanza di PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Tradurre un PropertySegment oggetto usando un'istanza di PathSegmentTranslator<T>/>. |