SingletonSegmentTemplate 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
SingletonSegmentTemplate(IEdmSingleton) |
Initializes a new instance of the SingletonSegmentTemplate class. |
SingletonSegmentTemplate(SingletonSegment) |
Initializes a new instance of the SingletonSegmentTemplate class. |
SingletonSegmentTemplate(IEdmSingleton)
Initializes a new instance of the SingletonSegmentTemplate class.
public SingletonSegmentTemplate (Microsoft.OData.Edm.IEdmSingleton singleton);
new Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate : Microsoft.OData.Edm.IEdmSingleton -> Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate
Public Sub New (singleton As IEdmSingleton)
Parameters
- singleton
- IEdmSingleton
The Edm singleton.
Applies to
SingletonSegmentTemplate(SingletonSegment)
Initializes a new instance of the SingletonSegmentTemplate class.
public SingletonSegmentTemplate (Microsoft.OData.UriParser.SingletonSegment segment);
new Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate : Microsoft.OData.UriParser.SingletonSegment -> Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate
Public Sub New (segment As SingletonSegment)
Parameters
- segment
- SingletonSegment
The singleton segment.