EdmPropertyPathExpression Konstruktory

Definice

Přetížení

EdmPropertyPathExpression(IEnumerable<String>)

Inicializuje novou instanci EdmPropertyPathExpression třídy .

public EdmPropertyPathExpression (System.Collections.Generic.IEnumerable<string> pathSegments);

Parametry

pathSegments
IEnumerable<String>

Segmenty cesty.

Platí pro

OData EDM 7.0
Produkt Verze
OData EDM 7.0

EdmPropertyPathExpression(String)

Inicializuje novou instanci EdmPropertyPathExpression třídy .

public EdmPropertyPathExpression (string path);

Parametry

path
String

Řetězec cesty obsahující segmenty oddělené znakem '/'. Příklad: "A.B/C/D.E/Func1(NS. T,NS. T2)/P1".

Platí pro

OData EDM 7.0
Produkt Verze
OData EDM 7.0

EdmPropertyPathExpression(String[])

Inicializuje novou instanci EdmPropertyPathExpression třídy .

public EdmPropertyPathExpression (params string[] pathSegments);

Parametry

pathSegments
String[]

Segmenty cesty.

Platí pro

OData EDM 7.0
Produkt Verze
OData EDM 7.0