Jaa


SingletonSegmentTemplate Constructors

Definition

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.

Applies to