Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the DynamicPropertyPathSegmentTemplate class.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public DynamicPropertyPathSegmentTemplate(
DynamicPropertyPathSegment dynamicPropertyPathSegment
)
public:
DynamicPropertyPathSegmentTemplate(
DynamicPropertyPathSegment^ dynamicPropertyPathSegment
)
new :
dynamicPropertyPathSegment:DynamicPropertyPathSegment -> DynamicPropertyPathSegmentTemplate
Public Sub New (
dynamicPropertyPathSegment As DynamicPropertyPathSegment
)
Parameters
dynamicPropertyPathSegment
Type: System.Web.OData.Routing.DynamicPropertyPathSegmentThe path template segment to be parsed as a template.
See Also
DynamicPropertyPathSegmentTemplate Class
System.Web.OData.Routing Namespace
Return to top