Partager via


ODataSelectPath Classe

Définition

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
ODataSelectPath

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)

S’applique à