Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bound actions and function overloads via container and structured type #233

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9c937e0
Bound actions and function overloads via container
HeikoTheissen Jan 11, 2024
8ab36ad
@ralfhandl's suggestions
HeikoTheissen Jan 11, 2024
1680d8e
Actions/Functions bound to a property via structured type
HeikoTheissen Jan 13, 2024
edaf880
Rephrased
HeikoTheissen Jan 15, 2024
c858774
style
HeikoTheissen Jan 15, 2024
cbd551c
@ralfhandl's suggestions
HeikoTheissen Jan 15, 2024
419986c
Action/Function via complex or entity type
HeikoTheissen Jan 15, 2024
584f5fd
Rephrased
HeikoTheissen Jan 15, 2024
8ab0389
Rephrased again
HeikoTheissen Jan 15, 2024
728c907
Fine-tuning
HeikoTheissen Jan 15, 2024
ffb1079
Parameters and return types
HeikoTheissen Jan 15, 2024
48dc875
Merge branch 'main' into ODATA-1626
HeikoTheissen Jan 18, 2024
d522e99
Explain "addressed via resource path"
HeikoTheissen Jan 18, 2024
2c63eb7
Rephrased
HeikoTheissen Jan 18, 2024
99fa5de
Fine-tuning
HeikoTheissen Jan 18, 2024
36ce19c
Redefine the "Property via structured type" case
HeikoTheissen Jan 19, 2024
3a76fca
Merge branch 'main' into ODATA-1626
ralfhandl Jan 26, 2024
fcfd147
Merge branch 'main' into ODATA-1626
ralfhandl Feb 1, 2024
dda4091
Merge branch 'main' into ODATA-1626
ralfhandl Feb 5, 2024
ca3bdea
Merge branch 'main' into ODATA-1626
ralfhandl Feb 15, 2024
528b59e
Merge branch 'main' into ODATA-1626
ralfhandl Feb 22, 2024
21159e2
Merge branch 'main' into ODATA-1626
ralfhandl Feb 29, 2024
6061f24
Merge remote-tracking branch 'origin/main' into ODATA-1626
HeikoTheissen Jul 11, 2024
e405cda
Merge branch 'ODATA-1626' of [email protected]:oasis-tcs/odata-specs.git
HeikoTheissen Jul 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Redefine the "Property via structured type" case
  • Loading branch information
HeikoTheissen committed Jan 19, 2024
commit 36ce19c732503fc56d91452f69096bbfae0b138f
6 changes: 3 additions & 3 deletions docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -2422,15 +2422,15 @@ <h3 id="1422-target"><a name="Target" href="#Target">14.2.2 Target</a></h3>
</tr>
<tr class="even">
<td>Property via container</td>
<td>addressed via a resource path to the property</td>
<td>addressed via a resource path to the structural property</td>
</tr>
<tr class="odd">
<td>Navigation Property via structured type</td>
<td>addressed by a path that traverses the structured type</td>
<td>addressed via a resource path to the navigation property that traverses an instance or collection of the structured type</td>
</tr>
<tr class="even">
<td>Property via structured type</td>
<td>addressed by a path that traverses the structured type</td>
<td>addressed via a resource path to the structural property that traverses an instance or collection of the structured type</td>
</tr>
<tr class="odd">
<td>Complex Type</td>
Expand Down
6 changes: 3 additions & 3 deletions docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3885,9 +3885,9 @@ Model element|means the binding parameter must be
Entity Set|an instance or collection of instances from the entity set
Singleton|the singleton
Navigation Property via container|addressed via a resource path to the navigation property
Property via container|addressed via a resource path to the property
Navigation Property via structured type|addressed by a path that traverses the structured type
Property via structured type|addressed by a path that traverses the structured type
Property via container|addressed via a resource path to the structural property
Navigation Property via structured type|addressed via a resource path to the navigation property that traverses an instance or collection of the structured type
Property via structured type|addressed via a resource path to the structural property that traverses an instance or collection of the structured type
Complex Type|an instance or collection of the type or a subtype thereof
Entity Type|an instance or collection of the type or a subtype thereof

Expand Down
6 changes: 3 additions & 3 deletions docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -2238,15 +2238,15 @@ <h3 id="1422-target"><a name="Target" href="#Target">14.2.2 Target</a></h3>
</tr>
<tr class="even">
<td>Property via container</td>
<td>addressed via a resource path to the property</td>
<td>addressed via a resource path to the structural property</td>
</tr>
<tr class="odd">
<td>Navigation Property via structured type</td>
<td>addressed by a path that traverses the structured type</td>
<td>addressed via a resource path to the navigation property that traverses an instance or collection of the structured type</td>
</tr>
<tr class="even">
<td>Property via structured type</td>
<td>addressed by a path that traverses the structured type</td>
<td>addressed via a resource path to the structural property that traverses an instance or collection of the structured type</td>
</tr>
<tr class="odd">
<td>Complex Type</td>
Expand Down
6 changes: 3 additions & 3 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3698,9 +3698,9 @@ Model element|means the binding parameter must be
Entity Set|an instance or collection of instances from the entity set
Singleton|the singleton
Navigation Property via container|addressed via a resource path to the navigation property
Property via container|addressed via a resource path to the property
Navigation Property via structured type|addressed by a path that traverses the structured type
Property via structured type|addressed by a path that traverses the structured type
Property via container|addressed via a resource path to the structural property
Navigation Property via structured type|addressed via a resource path to the navigation property that traverses an instance or collection of the structured type
Property via structured type|addressed via a resource path to the structural property that traverses an instance or collection of the structured type
Complex Type|an instance or collection of the type or a subtype thereof
Entity Type|an instance or collection of the type or a subtype thereof

Expand Down
6 changes: 3 additions & 3 deletions odata-csdl/14 Vocabulary and Annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,9 @@ Model element|means the binding parameter must be
Entity Set|an instance or collection of instances from the entity set
Singleton|the singleton
Navigation Property via container|addressed via a resource path to the navigation property
Property via container|addressed via a resource path to the property
Navigation Property via structured type|addressed by a path that traverses the structured type
Property via structured type|addressed by a path that traverses the structured type
Property via container|addressed via a resource path to the structural property
Navigation Property via structured type|addressed via a resource path to the navigation property that traverses an instance or collection of the structured type
Property via structured type|addressed via a resource path to the structural property that traverses an instance or collection of the structured type
Complex Type|an instance or collection of the type or a subtype thereof
Entity Type|an instance or collection of the type or a subtype thereof

Expand Down