DynamicPathSegment 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DynamicPathSegment(String) |
建置區段來代表未知的路徑或開啟的屬性。 |
DynamicPathSegment(String, IEdmType, IEdmNavigationSource, Boolean) |
建置區段來代表未知的路徑或開啟的屬性。 |
DynamicPathSegment(String)
建置區段來代表未知的路徑或開啟的屬性。
public DynamicPathSegment (string identifier);
new Microsoft.OData.UriParser.DynamicPathSegment : string -> Microsoft.OData.UriParser.DynamicPathSegment
Public Sub New (identifier As String)
參數
- identifier
- String
動態路徑區段的識別碼
適用於
DynamicPathSegment(String, IEdmType, IEdmNavigationSource, Boolean)
建置區段來代表未知的路徑或開啟的屬性。
public DynamicPathSegment (string identifier, Microsoft.OData.Edm.IEdmType edmType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, bool singleResult);
new Microsoft.OData.UriParser.DynamicPathSegment : string * Microsoft.OData.Edm.IEdmType * Microsoft.OData.Edm.IEdmNavigationSource * bool -> Microsoft.OData.UriParser.DynamicPathSegment
Public Sub New (identifier As String, edmType As IEdmType, navigationSource As IEdmNavigationSource, singleResult As Boolean)
參數
- identifier
- String
動態路徑區段的識別碼。
- edmType
- IEdmType
此區段的 IEdmType
- navigationSource
- IEdmNavigationSource
此區段的目標流覽來源。 可以是 null。
- singleResult
- Boolean
區段是否以單一結果為目標。