ODataSelectPath Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type spécifique de ODataPath qui ne peut contenir que des instances de TypeSegment, NavigationPropertySegment, PropertySegment, OperationSegmentou DynamicPathSegment.
public class ODataSelectPath : Microsoft.OData.UriParser.ODataPath
type ODataSelectPath = class
inherit ODataPath
Public Class ODataSelectPath
Inherits ODataPath
- Héritage
Constructeurs
ODataSelectPath(IEnumerable<ODataPathSegment>) |
Crée un ODataSelectPath |
ODataSelectPath(ODataPathSegment[]) |
Crée un objet ODataPath à partir d'un segment unique |
Propriétés
Count |
Obtient le nombre de segments dans le chemin d'accès. (Hérité de ODataPath) |
FirstSegment |
Obtient le premier segment dans le chemin d'accès. Retourne la valeur null si le chemin d'accès est vide. (Hérité de ODataPath) |
LastSegment |
Obtient le dernier segment dans le chemin d'accès. Retourne la valeur null si le chemin d'accès est vide. (Hérité de ODataPath) |
Méthodes
GetEnumerator() |
Obtient l'énumérateur de segments (Hérité de ODataPath) |
WalkWith(PathSegmentHandler) |
Parcourt ce chemin d'accès à l'aide d'un gestionnaire (Hérité de ODataPath) |
WalkWith<T>(PathSegmentTranslator<T>) |
Parcourt ce chemin d'accès à l'aide d'un traducteur (Hérité de ODataPath) |
Implémentations d’interfaces explicites
IEnumerable.GetEnumerator() |
Obtient l'énumérateur de segments (Hérité de ODataPath) |