다음을 통해 공유


ODataPathTemplate 생성자

정의

오버로드

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>

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

적용 대상