You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ODataLib: Use ODataLib to write an OData service: in-mem is fineEdmLib:
Notions:
Entity setEntity typePrimitive typeEntity containerModel creating: Create an EdmModel with Edm API: imperetiveMinimal Edm model: single entity set, singe entity type, primitive structral propertiesmodel with collection-valued propertiesmodel with nav-propmodel with complex typewith enum typewith spatial typeswith action, and functionwith annotationswith model refModel search:
search a type: by name, ns+name, instance ref?search a property: by name, ns+name, instance ref?search an operation: by name, ns+name, instance ref?case insentive, namespace freeSpatialLib:
Notions:
GeometricGeographicPoint, line, polygon, other?IOT?Model:
Add a location property to a model, and with a distance functionOData Core Lib:
Reader/WriterWrite an OData Entry (with only primitive properties) to a json payloadWrite an OData Entry: with collection-valued properties to a json payloadWrite an OData Entry: with a navigation properties to a json payload: minimal, full, noneWrite an OData Entry: with a complex-valued properties to a json payloadWrite an OData entry: with enum properties to a json payloadWrite an OData entry: with spatial properties to a json payloadWrite an instance annotationWrite an OData feed: repeat aboveWrite an OData raw value: primitive, collection-valued, nav prop (link?), complex-valued, enumRead an OData entry: repeat aboveRead an OData feed: repeat aboveRead an OData raw value: repeat aboveParser:
How does each output AST look like? describe itParse path:
service root, $metadataentity setentity_set(key)entity_set/keyentity_set/key/structural_propentity_set/key/nav_propfunction|actionentity_set/function|actionentity_set/key/function|actionentity_set/$countentity_set/key/nav_prop/$countParse query options:
$filter$select & $expand$skip & $top$orderbynested $filter in $expandnested $select in $expand$levels$formatBuilder:
How to construct the input?Repeat each parser scenarioClient: Use client to send a request, and receive a response without and without T4WebAPI: model builder, routing, parameter binding, input/output formattingModel builderModel builder:
Declartive programmingFluent APIsConvention model builder:
Convention over configurationRoutingConvention routeAttribute routeParemter bindingRESTier:
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: