ActionSegmentTemplate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.