ValueSegmentTemplate 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
ValueSegmentTemplate(IEdmType) |
Initializes a new instance of the ValueSegmentTemplate class. |
ValueSegmentTemplate(ValueSegment) |
Initializes a new instance of the ValueSegmentTemplate class. |
ValueSegmentTemplate(IEdmType)
Initializes a new instance of the ValueSegmentTemplate class.
public ValueSegmentTemplate (Microsoft.OData.Edm.IEdmType previousType);
new Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate : Microsoft.OData.Edm.IEdmType -> Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate
Public Sub New (previousType As IEdmType)
Parameters
- previousType
- IEdmType
The value segment Edm type.
Applies to
ValueSegmentTemplate(ValueSegment)
Initializes a new instance of the ValueSegmentTemplate class.
public ValueSegmentTemplate (Microsoft.OData.UriParser.ValueSegment segment);
new Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate : Microsoft.OData.UriParser.ValueSegment -> Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate
Public Sub New (segment As ValueSegment)
Parameters
- segment
- ValueSegment
The value segment.