EdmPropertyPathExpression Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
EdmPropertyPathExpression(IEnumerable<String>) |
Inicializuje novou instanci EdmPropertyPathExpression třídy . |
EdmPropertyPathExpression(String) |
Inicializuje novou instanci EdmPropertyPathExpression třídy . |
EdmPropertyPathExpression(String[]) |
Inicializuje novou instanci EdmPropertyPathExpression třídy . |
EdmPropertyPathExpression(IEnumerable<String>)
Inicializuje novou instanci EdmPropertyPathExpression třídy .
public EdmPropertyPathExpression (System.Collections.Generic.IEnumerable<string> pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : seq<string> -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (pathSegments As IEnumerable(Of String))
Parametry
- pathSegments
- IEnumerable<String>
Segmenty cesty.
Platí pro
EdmPropertyPathExpression(String)
Inicializuje novou instanci EdmPropertyPathExpression třídy .
public EdmPropertyPathExpression (string path);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : string -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (path As String)
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
EdmPropertyPathExpression(String[])
Inicializuje novou instanci EdmPropertyPathExpression třídy .
public EdmPropertyPathExpression (params string[] pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : string[] -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (ParamArray pathSegments As String())
Parametry
- pathSegments
- String[]
Segmenty cesty.