다음을 통해 공유


ActionSegmentTemplate 생성자

정의

오버로드

ActionSegmentTemplate(OperationSegment)

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

ActionSegmentTemplate(IEdmAction, IEdmNavigationSource)

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

ActionSegmentTemplate(OperationSegment)

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

public ActionSegmentTemplate (Microsoft.OData.UriParser.OperationSegment segment);
new Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate : Microsoft.OData.UriParser.OperationSegment -> Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate
Public Sub New (segment As OperationSegment)

매개 변수

segment
OperationSegment

작업 세그먼트입니다.

적용 대상

ActionSegmentTemplate(IEdmAction, IEdmNavigationSource)

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

public ActionSegmentTemplate (Microsoft.OData.Edm.IEdmAction action, Microsoft.OData.Edm.IEdmNavigationSource navigationSource);
new Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate : Microsoft.OData.Edm.IEdmAction * Microsoft.OData.Edm.IEdmNavigationSource -> Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate
Public Sub New (action As IEdmAction, navigationSource As IEdmNavigationSource)

매개 변수

action
IEdmAction

Edm 작업입니다.

navigationSource
IEdmNavigationSource

Edm 탐색 원본입니다.

적용 대상