Jaa


ActionSegmentTemplate Constructors

Definition

Overloads

ActionSegmentTemplate(OperationSegment)

Initializes a new instance of the ActionSegmentTemplate class.

ActionSegmentTemplate(IEdmAction, IEdmNavigationSource)

Initializes a new instance of the ActionSegmentTemplate class.

ActionSegmentTemplate(OperationSegment)

Initializes a new instance of the ActionSegmentTemplate class.

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)

Parameters

segment
OperationSegment

The operation segment.

Applies to

ActionSegmentTemplate(IEdmAction, IEdmNavigationSource)

Initializes a new instance of the ActionSegmentTemplate class.

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)

Parameters

action
IEdmAction

The Edm action.

navigationSource
IEdmNavigationSource

The Edm navigation source.

Applies to