다음을 통해 공유


ODataPathTemplate 생성자

정의

오버로드

ODataPathTemplate(ODataSegmentTemplate[])

ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다.

ODataPathTemplate(IEnumerable<ODataSegmentTemplate>)

ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다.

ODataPathTemplate(IList<ODataSegmentTemplate>)

ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다.

ODataPathTemplate(ODataSegmentTemplate[])

ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다.

public ODataPathTemplate (params Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate[] segments);
new Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate : Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate[] -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate
Public Sub New (ParamArray segments As ODataSegmentTemplate())

매개 변수

segments
ODataSegmentTemplate[]

경로에 대한 경로 세그먼트 템플릿입니다.

적용 대상

ODataPathTemplate(IEnumerable<ODataSegmentTemplate>)

ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다.

public ODataPathTemplate (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate> segments);
new Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate : seq<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate> -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate
Public Sub New (segments As IEnumerable(Of ODataSegmentTemplate))

매개 변수

segments
IEnumerable<ODataSegmentTemplate>

경로에 대한 경로 세그먼트 템플릿입니다.

적용 대상

ODataPathTemplate(IList<ODataSegmentTemplate>)

ODataPathTemplate 클래스의 새 인스턴스를 초기화합니다.

public ODataPathTemplate (System.Collections.Generic.IList<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate> segments);
new Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate : System.Collections.Generic.IList<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate> -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate
Public Sub New (segments As IList(Of ODataSegmentTemplate))

매개 변수

segments
IList<ODataSegmentTemplate>

경로에 대한 경로 세그먼트입니다.

적용 대상