ODataPathTemplate 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ODataPathTemplate(ODataPathSegmentTemplate[]) |
ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다. |
ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>) |
ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다. |
ODataPathTemplate(IList<ODataPathSegmentTemplate>) |
ODataPath 클래스의 새 인스턴스를 초기화합니다. |
ODataPathTemplate(ODataPathSegmentTemplate[])
ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다.
public ODataPathTemplate (params Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate[] segments);
new Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate[] -> Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate
Public Sub New (ParamArray segments As ODataPathSegmentTemplate())
매개 변수
- segments
- ODataPathSegmentTemplate[]
경로에 대한 경로 세그먼트 템플릿입니다.
적용 대상
ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>)
ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다.
public ODataPathTemplate (System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> segments);
new Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate : seq<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> -> Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate
Public Sub New (segments As IEnumerable(Of ODataPathSegmentTemplate))
매개 변수
- segments
- IEnumerable<ODataPathSegmentTemplate>
경로에 대한 경로 세그먼트 템플릿입니다.
적용 대상
ODataPathTemplate(IList<ODataPathSegmentTemplate>)
ODataPath 클래스의 새 인스턴스를 초기화합니다.
public ODataPathTemplate (System.Collections.Generic.IList<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> segments);
new Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate : System.Collections.Generic.IList<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> -> Microsoft.AspNet.OData.Routing.Template.ODataPathTemplate
Public Sub New (segments As IList(Of ODataPathSegmentTemplate))
매개 변수
- segments
- IList<ODataPathSegmentTemplate>
경로에 대한 경로 세그먼트입니다.