|
4309 | 4309 | <returns>A new <see cref="T:Microsoft.AspNetCore.OData.Formatter.ResourceSetContext"/>.</returns>
|
4310 | 4310 | <remarks>This signature uses types that are AspNetCore-specific.</remarks>
|
4311 | 4311 | </member>
|
| 4312 | + <member name="M:Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.Create(Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext,System.Collections.Generic.IAsyncEnumerable{System.Object})"> |
| 4313 | + <summary> |
| 4314 | + Create a <see cref="T:Microsoft.AspNetCore.OData.Formatter.ResourceSetContext"/> from an <see cref="T:Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext"/> and <see cref="T:System.Collections.Generic.IAsyncEnumerable`1"/>. |
| 4315 | + </summary> |
| 4316 | + <param name="writeContext">The serializer context.</param> |
| 4317 | + <param name="resourceSetInstance">The instance representing the resourceSet being written.</param> |
| 4318 | + <returns>A new <see cref="T:Microsoft.AspNetCore.OData.Formatter.ResourceSetContext"/>.</returns> |
| 4319 | + <remarks>This signature uses types that are AspNetCore-specific.</remarks> |
| 4320 | + </member> |
4312 | 4321 | <member name="T:Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer">
|
4313 | 4322 | <summary>
|
4314 | 4323 | Represents an <see cref="T:Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer"/> that serializes instances of objects backed by an <see cref="T:Microsoft.OData.Edm.IEdmType"/>.
|
|
4914 | 4923 | <param name="writeContext">The serializer context.</param>
|
4915 | 4924 | <returns>The created <see cref="T:Microsoft.OData.ODataResourceSet"/> object.</returns>
|
4916 | 4925 | </member>
|
| 4926 | + <member name="M:Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.CreateResourceSet(System.Collections.Generic.IAsyncEnumerable{System.Object},Microsoft.OData.Edm.IEdmCollectionTypeReference,Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext)"> |
| 4927 | + <summary> |
| 4928 | + Create the <see cref="T:Microsoft.OData.ODataResourceSet"/> to be written for the given resourceSet instance. |
| 4929 | + </summary> |
| 4930 | + <param name="resourceSetInstance">The instance representing the resourceSet being written.</param> |
| 4931 | + <param name="resourceSetType">The EDM type of the resourceSet being written.</param> |
| 4932 | + <param name="writeContext">The serializer context.</param> |
| 4933 | + <returns>The created <see cref="T:Microsoft.OData.ODataResourceSet"/> object.</returns> |
| 4934 | + </member> |
4917 | 4935 | <member name="M:Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.GetNextLinkGenerator(Microsoft.OData.ODataResourceSetBase,System.Collections.IEnumerable,Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext)">
|
4918 | 4936 | <summary>
|
4919 | 4937 | Creates a function that takes in an object and generates nextlink uri.
|
|
4923 | 4941 | <param name="writeContext">The serializer context.</param>
|
4924 | 4942 | <returns>The function that generates the NextLink from an object.</returns>
|
4925 | 4943 | </member>
|
| 4944 | + <member name="M:Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.GetNextLinkGenerator(Microsoft.OData.ODataResourceSetBase,System.Collections.Generic.IAsyncEnumerable{System.Object},Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext)"> |
| 4945 | + <summary> |
| 4946 | + Creates a function that takes in an object and generates a nextlink uri. |
| 4947 | + </summary> |
| 4948 | + <param name="resourceSet">The resource set describing a collection of structured objects.</param> |
| 4949 | + <param name="resourceSetInstance">The instance representing the resourceSet being written.</param> |
| 4950 | + <param name="writeContext">The serializer context.</param> |
| 4951 | + <returns>The function that generates the NextLink from an object.</returns> |
| 4952 | + </member> |
4926 | 4953 | <member name="M:Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.CreateODataOperation(Microsoft.OData.Edm.IEdmOperation,Microsoft.AspNetCore.OData.Formatter.ResourceSetContext,Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext)">
|
4927 | 4954 | <summary>
|
4928 | 4955 | Creates an <see cref="T:Microsoft.OData.ODataOperation" /> to be written for the given operation and the resourceSet instance.
|
|
0 commit comments