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
세그먼트가 단일 결과를 대상으로 하는지 여부입니다.