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