EdmAnnotationPathExpression 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í
EdmAnnotationPathExpression(IEnumerable<String>) |
Inicializuje novou instanci EdmPropertyPathExpression třídy. |
EdmAnnotationPathExpression(String) |
Inicializuje novou instanci EdmAnnotationPathExpression třídy. |
EdmAnnotationPathExpression(String[]) |
Inicializuje novou instanci EdmAnnotationPathExpression třídy. |
EdmAnnotationPathExpression(IEnumerable<String>)
Inicializuje novou instanci EdmPropertyPathExpression třídy.
public EdmAnnotationPathExpression (System.Collections.Generic.IEnumerable<string> pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmAnnotationPathExpression : seq<string> -> Microsoft.OData.Edm.Vocabularies.EdmAnnotationPathExpression
Public Sub New (pathSegments As IEnumerable(Of String))
Parametry
- pathSegments
- IEnumerable<String>
Segmenty cesty.
Platí pro
EdmAnnotationPathExpression(String)
Inicializuje novou instanci EdmAnnotationPathExpression třídy.
public EdmAnnotationPathExpression (string path);
new Microsoft.OData.Edm.Vocabularies.EdmAnnotationPathExpression : string -> Microsoft.OData.Edm.Vocabularies.EdmAnnotationPathExpression
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
EdmAnnotationPathExpression(String[])
Inicializuje novou instanci EdmAnnotationPathExpression třídy.
public EdmAnnotationPathExpression (params string[] pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmAnnotationPathExpression : string[] -> Microsoft.OData.Edm.Vocabularies.EdmAnnotationPathExpression
Public Sub New (ParamArray pathSegments As String())
Parametry
- pathSegments
- String[]
Segmenty cesty.