diff --git a/sample/ODataRoutingSample/ODataRoutingSample.csproj b/sample/ODataRoutingSample/ODataRoutingSample.csproj index 2f571d4d2..61e705593 100644 --- a/sample/ODataRoutingSample/ODataRoutingSample.csproj +++ b/sample/ODataRoutingSample/ODataRoutingSample.csproj @@ -11,6 +11,7 @@ + diff --git a/src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj b/src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj index 403148b3c..5f9076d34 100644 --- a/src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj +++ b/src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj @@ -27,14 +27,14 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.xml b/src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.xml index 7667f2be5..24b0986a1 100644 --- a/src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.xml +++ b/src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.xml @@ -10956,6 +10956,52 @@ The node to be translated. The translated node. + + + An implementation of that applies an action filter to + any action with an or return type + that doesn't bind a parameter of type . + + + + + Initializes a new instance of the class. + + The action filter that executes the query. + + + + Gets the action filter that executes the query. + + + + + Gets the order value for determining the order of execution of providers. Providers + execute in ascending numeric value of the Microsoft.AspNetCore.Mvc.Filters.IFilterProvider.Order + property. + + + + + Provides filters to apply to the specified action. + + The filter context. + + + + Summary: + Called in decreasing Microsoft.AspNetCore.Mvc.Filters.IFilterProvider.Order, + after all Microsoft.AspNetCore.Mvc.Filters.IFilterProviders have executed once. + + The Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext. + + + + Determines whether the given type is IQueryable. + + The type + true if the type is IQueryable. + This defines a $apply OData query option for querying. @@ -11707,52 +11753,6 @@ The instance which contains all the validation settings. - - - An implementation of that applies an action filter to - any action with an or return type - that doesn't bind a parameter of type . - - - - - Initializes a new instance of the class. - - The action filter that executes the query. - - - - Gets the action filter that executes the query. - - - - - Gets the order value for determining the order of execution of providers. Providers - execute in ascending numeric value of the Microsoft.AspNetCore.Mvc.Filters.IFilterProvider.Order - property. - - - - - Provides filters to apply to the specified action. - - The filter context. - - - - Summary: - Called in decreasing Microsoft.AspNetCore.Mvc.Filters.IFilterProvider.Order, - after all Microsoft.AspNetCore.Mvc.Filters.IFilterProviders have executed once. - - The Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext. - - - - Determines whether the given type is IQueryable. - - The type - true if the type is IQueryable. - the corresponding property segment. diff --git a/src/Microsoft.AspNetCore.OData/PublicAPI.Shipped.txt b/src/Microsoft.AspNetCore.OData/PublicAPI.Shipped.txt index 5f282702b..1874ae4d2 100644 --- a/src/Microsoft.AspNetCore.OData/PublicAPI.Shipped.txt +++ b/src/Microsoft.AspNetCore.OData/PublicAPI.Shipped.txt @@ -1 +1,2064 @@ - \ No newline at end of file +abstract Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.ProcessBatchAsync(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.RequestDelegate nextHandler) -> System.Threading.Tasks.Task +abstract Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task +abstract Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem.WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer) -> System.Threading.Tasks.Task +abstract Microsoft.AspNetCore.OData.Deltas.Delta.Clear() -> void +abstract Microsoft.AspNetCore.OData.Deltas.Delta.GetChangedPropertyNames() -> System.Collections.Generic.IEnumerable +abstract Microsoft.AspNetCore.OData.Deltas.Delta.GetDeltaNestedNavigationProperties() -> System.Collections.Generic.IDictionary +abstract Microsoft.AspNetCore.OData.Deltas.Delta.GetUnchangedPropertyNames() -> System.Collections.Generic.IEnumerable +abstract Microsoft.AspNetCore.OData.Deltas.Delta.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +abstract Microsoft.AspNetCore.OData.Deltas.Delta.TryGetPropertyType(string name, out System.Type type) -> bool +abstract Microsoft.AspNetCore.OData.Deltas.Delta.TryGetPropertyValue(string name, out object value) -> bool +abstract Microsoft.AspNetCore.OData.Deltas.Delta.TrySetPropertyValue(string name, object value) -> bool +abstract Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double +abstract Microsoft.AspNetCore.OData.Formatter.MediaType.ODataRawValueMediaTypeMapping.IsMatch(Microsoft.OData.UriParser.PropertySegment propertySegment) -> bool +abstract Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +abstract Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase.Bind(Microsoft.OData.UriParser.QueryNode node) -> System.Linq.Expressions.Expression +abstract Microsoft.AspNetCore.OData.Query.SkipTokenHandler.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipTokenQueryOption, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable +abstract Microsoft.AspNetCore.OData.Query.SkipTokenHandler.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipTokenQueryOption, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable +abstract Microsoft.AspNetCore.OData.Query.SkipTokenHandler.GenerateNextPageLink(System.Uri baseUri, int pageSize, object instance, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext context) -> System.Uri +abstract Microsoft.AspNetCore.OData.Query.Wrapper.DynamicTypeWrapper.Values.get -> System.Collections.Generic.Dictionary +abstract Microsoft.AspNetCore.OData.Results.PageResult.ToDictionary() -> System.Collections.Generic.IDictionary +abstract Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +abstract Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.IsOperationParameterMatched(Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> bool +abstract Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.Order.get -> int +abstract Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +abstract Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +const Microsoft.AspNetCore.OData.Formatter.ODataParameterValue.ParameterValuePrefix = "DF908045-6922-46A0-82F2-2F6E7F43D1B1_" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Action = "action" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Batch = "$batch" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Cast = "cast" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Count = "$count" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.DynamicProperty = "dynamicproperty" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.EntitySet = "entityset" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Function = "function" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Key = "key" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Metadata = "$metadata" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Navigation = "navigation" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.PathTemplate = "template" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Property = "property" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Ref = "$ref" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.ServiceBase = "~" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Singleton = "singleton" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.UnboundAction = "unboundaction" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.UnboundFunction = "unboundfunction" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Unresolved = "unresolved" -> string +const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Value = "$value" -> string +Microsoft.AspNetCore.OData.Abstracts.ETagActionFilterAttribute +Microsoft.AspNetCore.OData.Abstracts.ETagActionFilterAttribute.ETagActionFilterAttribute() -> void +Microsoft.AspNetCore.OData.Abstracts.HttpRequestScope +Microsoft.AspNetCore.OData.Abstracts.HttpRequestScope.HttpRequest.get -> Microsoft.AspNetCore.Http.HttpRequest +Microsoft.AspNetCore.OData.Abstracts.HttpRequestScope.HttpRequest.set -> void +Microsoft.AspNetCore.OData.Abstracts.HttpRequestScope.HttpRequestScope() -> void +Microsoft.AspNetCore.OData.Abstracts.IETagHandler +Microsoft.AspNetCore.OData.Abstracts.IETagHandler.CreateETag(System.Collections.Generic.IDictionary properties, System.TimeZoneInfo timeZoneInfo = null) -> Microsoft.Net.Http.Headers.EntityTagHeaderValue +Microsoft.AspNetCore.OData.Abstracts.IETagHandler.ParseETag(Microsoft.Net.Http.Headers.EntityTagHeaderValue etagHeaderValue) -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature +Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.BatchId.get -> System.Guid? +Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.BatchId.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ChangeSetId.get -> System.Guid? +Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ChangeSetId.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ContentId.get -> string +Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ContentId.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ContentIdMapping.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Abstracts.IODataFeature +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.ApplyClause.get -> Microsoft.OData.UriParser.Aggregation.ApplyClause +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.ApplyClause.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.BaseAddress.get -> string +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.BaseAddress.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.BatchRouteData.get -> Microsoft.AspNetCore.Routing.RouteValueDictionary +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.DeltaLink.get -> System.Uri +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.DeltaLink.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Endpoint.get -> System.Net.EndPoint +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Endpoint.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Model.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.NextLink.get -> System.Uri +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.NextLink.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Path.get -> Microsoft.OData.UriParser.ODataPath +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Path.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RequestScope.get -> Microsoft.Extensions.DependencyInjection.IServiceScope +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RequestScope.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RoutePrefix.get -> string +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RoutePrefix.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RoutingConventionsStore.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.SelectExpandClause.get -> Microsoft.OData.UriParser.SelectExpandClause +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.SelectExpandClause.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Services.get -> System.IServiceProvider +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Services.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.TotalCount.get -> long? +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.TotalCount.set -> void +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.TotalCountFunc.get -> System.Func +Microsoft.AspNetCore.OData.Abstracts.IODataFeature.TotalCountFunc.set -> void +Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBindingAttribute +Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBindingAttribute.NonValidatingParameterBindingAttribute() -> void +Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBindingAttribute.ShouldValidateEntry(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationEntry entry, Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationEntry parentEntry) -> bool +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.BatchId.get -> System.Guid? +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.BatchId.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ChangeSetId.get -> System.Guid? +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ChangeSetId.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ContentId.get -> string +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ContentId.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ContentIdMapping.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ODataBatchFeature() -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.ApplyClause.get -> Microsoft.OData.UriParser.Aggregation.ApplyClause +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.ApplyClause.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.BaseAddress.get -> string +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.BaseAddress.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.BatchRouteData.get -> Microsoft.AspNetCore.Routing.RouteValueDictionary +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.DeltaLink.get -> System.Uri +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.DeltaLink.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Endpoint.get -> System.Net.EndPoint +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Endpoint.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Model.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.NextLink.get -> System.Uri +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.NextLink.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.ODataFeature() -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Path.get -> Microsoft.OData.UriParser.ODataPath +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Path.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RequestScope.get -> Microsoft.Extensions.DependencyInjection.IServiceScope +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RequestScope.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RoutePrefix.get -> string +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RoutePrefix.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RoutingConventionsStore.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.SelectExpandClause.get -> Microsoft.OData.UriParser.SelectExpandClause +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.SelectExpandClause.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Services.get -> System.IServiceProvider +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Services.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.TotalCount.get -> long? +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.TotalCount.set -> void +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.TotalCountFunc.get -> System.Func +Microsoft.AspNetCore.OData.Abstracts.ODataFeature.TotalCountFunc.set -> void +Microsoft.AspNetCore.OData.Batch.ChangeSetRequestItem +Microsoft.AspNetCore.OData.Batch.ChangeSetRequestItem.ChangeSetRequestItem(System.Collections.Generic.IEnumerable contexts) -> void +Microsoft.AspNetCore.OData.Batch.ChangeSetRequestItem.Contexts.get -> System.Collections.Generic.IEnumerable +Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem +Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem.ChangeSetResponseItem(System.Collections.Generic.IEnumerable contexts) -> void +Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem.Contexts.get -> System.Collections.Generic.IEnumerable +Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler +Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler.DefaultODataBatchHandler() -> void +Microsoft.AspNetCore.OData.Batch.HttpRequestExtensions +Microsoft.AspNetCore.OData.Batch.ODataBatchContent +Microsoft.AspNetCore.OData.Batch.ODataBatchContent.Headers.get -> Microsoft.AspNetCore.Http.IHeaderDictionary +Microsoft.AspNetCore.OData.Batch.ODataBatchContent.ODataBatchContent(System.Collections.Generic.IEnumerable responses, System.IServiceProvider requestContainer) -> void +Microsoft.AspNetCore.OData.Batch.ODataBatchContent.ODataBatchContent(System.Collections.Generic.IEnumerable responses, System.IServiceProvider requestContainer, string contentType) -> void +Microsoft.AspNetCore.OData.Batch.ODataBatchContent.Responses.get -> System.Collections.Generic.IEnumerable +Microsoft.AspNetCore.OData.Batch.ODataBatchContent.SerializeToStreamAsync(System.IO.Stream stream) -> System.Threading.Tasks.Task +Microsoft.AspNetCore.OData.Batch.ODataBatchHandler +Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.MessageQuotas.get -> Microsoft.OData.ODataMessageQuotas +Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.ODataBatchHandler() -> void +Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.PrefixName.get -> string +Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.PrefixName.set -> void +Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions +Microsoft.AspNetCore.OData.Batch.ODataBatchMiddleware +Microsoft.AspNetCore.OData.Batch.ODataBatchMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext context) -> System.Threading.Tasks.Task +Microsoft.AspNetCore.OData.Batch.ODataBatchMiddleware.ODataBatchMiddleware(System.IServiceProvider serviceProvider, Microsoft.AspNetCore.Http.RequestDelegate next) -> void +Microsoft.AspNetCore.OData.Batch.ODataBatchReaderExtensions +Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem +Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.ContentIdToLocationMapping.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.ContentIdToLocationMapping.set -> void +Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.ODataBatchRequestItem() -> void +Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem +Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem.ODataBatchResponseItem() -> void +Microsoft.AspNetCore.OData.Batch.OperationRequestItem +Microsoft.AspNetCore.OData.Batch.OperationRequestItem.Context.get -> Microsoft.AspNetCore.Http.HttpContext +Microsoft.AspNetCore.OData.Batch.OperationRequestItem.OperationRequestItem(Microsoft.AspNetCore.Http.HttpContext context) -> void +Microsoft.AspNetCore.OData.Batch.OperationResponseItem +Microsoft.AspNetCore.OData.Batch.OperationResponseItem.Context.get -> Microsoft.AspNetCore.Http.HttpContext +Microsoft.AspNetCore.OData.Batch.OperationResponseItem.OperationResponseItem(Microsoft.AspNetCore.Http.HttpContext context) -> void +Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler +Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler.UnbufferedODataBatchHandler() -> void +Microsoft.AspNetCore.OData.Deltas.Delta +Microsoft.AspNetCore.OData.Deltas.Delta.Delta() -> void +Microsoft.AspNetCore.OData.Deltas.Delta +Microsoft.AspNetCore.OData.Deltas.Delta.CopyChangedValues(T original) -> void +Microsoft.AspNetCore.OData.Deltas.Delta.CopyUnchangedValues(T original) -> void +Microsoft.AspNetCore.OData.Deltas.Delta.Delta() -> void +Microsoft.AspNetCore.OData.Deltas.Delta.Delta(System.Type structuralType) -> void +Microsoft.AspNetCore.OData.Deltas.Delta.Delta(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties) -> void +Microsoft.AspNetCore.OData.Deltas.Delta.Delta(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo) -> void +Microsoft.AspNetCore.OData.Deltas.Delta.Delta(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo, bool isComplexType) -> void +Microsoft.AspNetCore.OData.Deltas.Delta.GetInstance() -> T +Microsoft.AspNetCore.OData.Deltas.Delta.IsComplexType.get -> bool +Microsoft.AspNetCore.OData.Deltas.Delta.Patch(T original) -> T +Microsoft.AspNetCore.OData.Deltas.Delta.Put(T original) -> void +Microsoft.AspNetCore.OData.Deltas.Delta.UpdatableProperties.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource() -> void +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource(System.Type structuralType) -> void +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties) -> void +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo) -> void +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo, bool isComplexType) -> void +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Id.get -> System.Uri +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Id.set -> void +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Reason.get -> Microsoft.OData.DeltaDeletedEntryReason? +Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Reason.set -> void +Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.DeletedResource = 1 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.DeltaDeletedLink = 2 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.DeltaLink = 3 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.Resource = 0 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.Unknown = 4 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Deltas.DeltaSet +Microsoft.AspNetCore.OData.Deltas.DeltaSet.DeltaSet() -> void +Microsoft.AspNetCore.OData.Deltas.DeltaSet.ExpectedClrType.get -> System.Type +Microsoft.AspNetCore.OData.Deltas.DeltaSet.StructuredType.get -> System.Type +Microsoft.AspNetCore.OData.Deltas.IDelta +Microsoft.AspNetCore.OData.Deltas.IDelta.Clear() -> void +Microsoft.AspNetCore.OData.Deltas.IDelta.GetChangedPropertyNames() -> System.Collections.Generic.IEnumerable +Microsoft.AspNetCore.OData.Deltas.IDelta.GetDeltaNestedNavigationProperties() -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Deltas.IDelta.GetUnchangedPropertyNames() -> System.Collections.Generic.IEnumerable +Microsoft.AspNetCore.OData.Deltas.IDelta.TryGetPropertyType(string name, out System.Type type) -> bool +Microsoft.AspNetCore.OData.Deltas.IDelta.TryGetPropertyValue(string name, out object value) -> bool +Microsoft.AspNetCore.OData.Deltas.IDelta.TrySetPropertyValue(string name, object value) -> bool +Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource +Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource.Id.get -> System.Uri +Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource.Id.set -> void +Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource.Reason.get -> Microsoft.OData.DeltaDeletedEntryReason? +Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource.Reason.set -> void +Microsoft.AspNetCore.OData.Deltas.IDeltaSet +Microsoft.AspNetCore.OData.Deltas.IDeltaSetItem +Microsoft.AspNetCore.OData.Deltas.IDeltaSetItem.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Deltas.ITypedDelta +Microsoft.AspNetCore.OData.Deltas.ITypedDelta.ExpectedClrType.get -> System.Type +Microsoft.AspNetCore.OData.Deltas.ITypedDelta.StructuredType.get -> System.Type +Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation +Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation.AddMethod(string methodToken, System.Collections.Generic.IDictionary methods) -> Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation +Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation.CustomAggregateMethodAnnotation() -> void +Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation.GetMethodInfo(string methodToken, System.Type returnType, out System.Reflection.MethodInfo methodInfo) -> bool +Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper +Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.DefaultODataTypeMapper() -> void +Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions +Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions +Microsoft.AspNetCore.OData.Edm.EntitySelfLinks +Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.EditLink.get -> System.Uri +Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.EditLink.set -> void +Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.EntitySelfLinks() -> void +Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.IdLink.get -> System.Uri +Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.IdLink.set -> void +Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.ReadLink.get -> System.Uri +Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.ReadLink.set -> void +Microsoft.AspNetCore.OData.Edm.IODataTypeMapper +Microsoft.AspNetCore.OData.Edm.IODataTypeMapper.GetClrPrimitiveType(Microsoft.OData.Edm.IEdmPrimitiveType primitiveType, bool nullable) -> System.Type +Microsoft.AspNetCore.OData.Edm.IODataTypeMapper.GetClrType(Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmType edmType, bool nullable, Microsoft.OData.ModelBuilder.IAssemblyResolver assembliesResolver) -> System.Type +Microsoft.AspNetCore.OData.Edm.IODataTypeMapper.GetEdmPrimitiveType(System.Type clrType) -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference +Microsoft.AspNetCore.OData.Edm.IODataTypeMapper.GetEdmTypeReference(Microsoft.OData.Edm.IEdmModel edmModel, System.Type clrType) -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions +Microsoft.AspNetCore.OData.Edm.ModelNameAnnotation +Microsoft.AspNetCore.OData.Edm.ModelNameAnnotation.ModelName.get -> string +Microsoft.AspNetCore.OData.Edm.ModelNameAnnotation.ModelNameAnnotation(string name) -> void +Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder +Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder.Factory.get -> System.Func +Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder.FollowsConventions.get -> bool +Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder.NavigationLinkBuilder(System.Func navigationLinkFactory, bool followsConventions) -> void +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.AddNavigationPropertyLinkBuilder(Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder linkBuilder) -> void +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.EditLinkBuilder.get -> Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.EditLinkBuilder.set -> void +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.IdLinkBuilder.get -> Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.IdLinkBuilder.set -> void +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.NavigationSourceLinkBuilderAnnotation() -> void +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.NavigationSourceLinkBuilderAnnotation(Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmModel model) -> void +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.ReadLinkBuilder.get -> Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder +Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.ReadLinkBuilder.set -> void +Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder +Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.FollowsConventions.get -> bool +Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.OperationLinkBuilder(System.Func linkFactory, bool followsConventions) -> void +Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.OperationLinkBuilder(System.Func linkFactory, bool followsConventions) -> void +Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder +Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder.Factory.get -> System.Func +Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder.FollowsConventions.get -> bool +Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder.SelfLinkBuilder(System.Func linkFactory, bool followsConventions) -> void +Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions +Microsoft.AspNetCore.OData.Extensions.ControllerModelExtensions +Microsoft.AspNetCore.OData.Extensions.HttpContextExtensions +Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions +Microsoft.AspNetCore.OData.Extensions.HttpResponseExtensions +Microsoft.AspNetCore.OData.Extensions.LinkGeneratorHelpers +Microsoft.AspNetCore.OData.Extensions.SerializableErrorExtensions +Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys +Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer.ODataPayloadKind.get -> Microsoft.OData.ODataPayloadKind +Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider +Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider.GetEdmTypeDeserializer(Microsoft.OData.Edm.IEdmTypeReference edmType, bool isDelta = false) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataEdmTypeDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider.GetODataDeserializer(System.Type type, Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataEdmTypeDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataEdmTypeDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataActionPayloadDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataActionPayloadDeserializer.DeserializerProvider.get -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataActionPayloadDeserializer.ODataActionPayloadDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer.ODataCollectionDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ODataDeltaResourceSetDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializer.ODataDeserializer(Microsoft.OData.ODataPayloadKind payloadKind) -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializer.ODataPayloadKind.get -> Microsoft.OData.ODataPayloadKind +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Model.set -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ODataDeserializerContext() -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Path.get -> Microsoft.OData.UriParser.ODataPath +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Path.set -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Request.get -> Microsoft.AspNetCore.Http.HttpRequest +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Request.set -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ResourceEdmType.get -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ResourceEdmType.set -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ResourceType.get -> System.Type +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ResourceType.set -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.TimeZone.get -> System.TimeZoneInfo +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.TimeZone.set -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerProvider +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerProvider.ODataDeserializerProvider(System.IServiceProvider serviceProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer.DeserializerProvider.get -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer.ODataEdmTypeDeserializer(Microsoft.OData.ODataPayloadKind payloadKind) -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer.ODataEdmTypeDeserializer(Microsoft.OData.ODataPayloadKind payloadKind, Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEntityReferenceLinkDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEntityReferenceLinkDeserializer.ODataEntityReferenceLinkDeserializer() -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEnumDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEnumDeserializer.ODataEnumDeserializer() -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer.ODataPrimitiveDeserializer() -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ODataResourceDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer +Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ODataResourceSetDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.FromODataBodyAttribute +Microsoft.AspNetCore.OData.Formatter.FromODataBodyAttribute.FromODataBodyAttribute() -> void +Microsoft.AspNetCore.OData.Formatter.FromODataUriAttribute +Microsoft.AspNetCore.OData.Formatter.FromODataUriAttribute.FromODataUriAttribute() -> void +Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers +Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping +Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping.MediaType.get -> System.Net.Http.Headers.MediaTypeHeaderValue +Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping.MediaType.set -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping.MediaTypeMapping(string mediaType) -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataBinaryValueMediaTypeMapping +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataBinaryValueMediaTypeMapping.ODataBinaryValueMediaTypeMapping() -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataCountMediaTypeMapping +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataCountMediaTypeMapping.ODataCountMediaTypeMapping() -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataEnumValueMediaTypeMapping +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataEnumValueMediaTypeMapping.ODataEnumValueMediaTypeMapping() -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataPrimitiveValueMediaTypeMapping +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataPrimitiveValueMediaTypeMapping.ODataPrimitiveValueMediaTypeMapping() -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataRawValueMediaTypeMapping +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataRawValueMediaTypeMapping.ODataRawValueMediaTypeMapping(string mediaType) -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataStreamMediaTypeMapping +Microsoft.AspNetCore.OData.Formatter.MediaType.ODataStreamMediaTypeMapping.ODataStreamMediaTypeMapping() -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping +Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.QueryStringMediaTypeMapping(string queryStringParameterName, string mediaType) -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.QueryStringMediaTypeMapping(string queryStringParameterName, string queryStringParameterValue, string mediaType) -> void +Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.QueryStringParameterName.get -> string +Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.QueryStringParameterValue.get -> string +Microsoft.AspNetCore.OData.Formatter.ODataActionParameters +Microsoft.AspNetCore.OData.Formatter.ODataActionParameters.ODataActionParameters() -> void +Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter +Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.BaseAddressFactory.get -> System.Func +Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.BaseAddressFactory.set -> void +Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.ODataInputFormatter(System.Collections.Generic.IEnumerable payloadKinds) -> void +Microsoft.AspNetCore.OData.Formatter.ODataInputFormatterFactory +Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel +Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel.Full = 1 -> Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel +Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel.Minimal = 0 -> Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel +Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel.None = 2 -> Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel +Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter +Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.BaseAddressFactory.get -> System.Func +Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.BaseAddressFactory.set -> void +Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.MediaTypeMappings.get -> System.Collections.Generic.ICollection +Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.ODataOutputFormatter(System.Collections.Generic.IEnumerable payloadKinds) -> void +Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatterFactory +Microsoft.AspNetCore.OData.Formatter.ODataParameterValue +Microsoft.AspNetCore.OData.Formatter.ODataParameterValue.EdmType.get -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.ODataParameterValue.ODataParameterValue(object paramValue, Microsoft.OData.Edm.IEdmTypeReference paramType) -> void +Microsoft.AspNetCore.OData.Formatter.ODataParameterValue.Value.get -> object +Microsoft.AspNetCore.OData.Formatter.ODataUntypedActionParameters +Microsoft.AspNetCore.OData.Formatter.ODataUntypedActionParameters.Action.get -> Microsoft.OData.Edm.IEdmAction +Microsoft.AspNetCore.OData.Formatter.ODataUntypedActionParameters.ODataUntypedActionParameters(Microsoft.OData.Edm.IEdmAction action) -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext +Microsoft.AspNetCore.OData.Formatter.ResourceContext.DynamicComplexProperties.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Formatter.ResourceContext.DynamicComplexProperties.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.EdmModel.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Formatter.ResourceContext.EdmModel.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.EdmObject.get -> Microsoft.AspNetCore.OData.Formatter.Value.IEdmStructuredObject +Microsoft.AspNetCore.OData.Formatter.ResourceContext.EdmObject.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.GetPropertyValue(string propertyName) -> object +Microsoft.AspNetCore.OData.Formatter.ResourceContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Formatter.ResourceContext.NavigationSource.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.Request.get -> Microsoft.AspNetCore.Http.HttpRequest +Microsoft.AspNetCore.OData.Formatter.ResourceContext.Request.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.ResourceContext() -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.ResourceContext(Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext serializerContext, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, object resourceInstance) -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.ResourceInstance.get -> object +Microsoft.AspNetCore.OData.Formatter.ResourceContext.ResourceInstance.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.SerializerContext.get -> Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext +Microsoft.AspNetCore.OData.Formatter.ResourceContext.SerializerContext.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.SkipExpensiveAvailabilityChecks.get -> bool +Microsoft.AspNetCore.OData.Formatter.ResourceContext.SkipExpensiveAvailabilityChecks.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceContext.StructuredType.get -> Microsoft.OData.Edm.IEdmStructuredType +Microsoft.AspNetCore.OData.Formatter.ResourceContext.StructuredType.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.EdmModel.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.EntitySetBase.get -> Microsoft.OData.Edm.IEdmEntitySetBase +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.EntitySetBase.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.Request.get -> Microsoft.AspNetCore.Http.HttpRequest +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.Request.set -> void +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.ResourceSetContext() -> void +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.ResourceSetInstance.get -> object +Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.ResourceSetInstance.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.DefaultUntypedResourceMapper +Microsoft.AspNetCore.OData.Formatter.Serialization.DefaultUntypedResourceMapper.DefaultUntypedResourceMapper() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer.ODataPayloadKind.get -> Microsoft.OData.ODataPayloadKind +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider.GetEdmTypeSerializer(Microsoft.OData.Edm.IEdmTypeReference edmType) -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider.GetODataPayloadSerializer(System.Type type, Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.IUntypedResourceMapper +Microsoft.AspNetCore.OData.Formatter.Serialization.IUntypedResourceMapper.Map(object resource, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext context) -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.ODataCollectionSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.ODataDeltaResourceSetSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.ODataEdmTypeSerializer(Microsoft.OData.ODataPayloadKind payloadKind) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.ODataEdmTypeSerializer(Microsoft.OData.ODataPayloadKind payloadKind, Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.SerializerProvider.get -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinkSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinkSerializer.ODataEntityReferenceLinkSerializer() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinksSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinksSerializer.ODataEntityReferenceLinksSerializer() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer.ODataEnumSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataErrorSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataErrorSerializer.ODataErrorSerializer() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataMetadataSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataMetadataSerializer.ODataMetadataSerializer() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer.ODataPrimitiveSerializer() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataRawValueSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataRawValueSerializer.ODataRawValueSerializer() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.ODataResourceSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.ODataResourceSetSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializer.ODataPayloadKind.get -> Microsoft.OData.ODataPayloadKind +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializer.ODataSerializer(Microsoft.OData.ODataPayloadKind payloadKind) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ComputedProperties.get -> System.Collections.Generic.ISet +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.EdmProperty.get -> Microsoft.OData.Edm.IEdmProperty +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.EdmProperty.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ExpandedResource.get -> Microsoft.AspNetCore.OData.Formatter.ResourceContext +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ExpandedResource.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ExpandReference.get -> bool +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ExpandReference.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Items.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.MetadataLevel.get -> Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.MetadataLevel.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Model.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.NavigationProperty.get -> Microsoft.OData.Edm.IEdmNavigationProperty +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.NavigationSource.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ODataSerializerContext() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ODataSerializerContext(Microsoft.AspNetCore.OData.Formatter.ResourceContext resource, Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.OData.Edm.IEdmProperty edmProperty) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Path.get -> Microsoft.OData.UriParser.ODataPath +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Path.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.QueryOptions.get -> Microsoft.AspNetCore.OData.Query.ODataQueryOptions +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Request.get -> Microsoft.AspNetCore.Http.HttpRequest +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Request.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.RootElementName.get -> string +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.RootElementName.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.SelectExpandClause.get -> Microsoft.OData.UriParser.SelectExpandClause +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.SelectExpandClause.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.SkipExpensiveAvailabilityChecks.get -> bool +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.SkipExpensiveAvailabilityChecks.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.TimeZone.get -> System.TimeZoneInfo +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.TimeZone.set -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerProvider +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerProvider.ODataSerializerProvider(System.IServiceProvider serviceProvider) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataServiceDocumentSerializer +Microsoft.AspNetCore.OData.Formatter.Serialization.ODataServiceDocumentSerializer.ODataServiceDocumentSerializer() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.ExpandedProperties.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.ReferencedProperties.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectAllDynamicProperties.get -> bool +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedActions.get -> System.Collections.Generic.ISet +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedComplexProperties.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedComputedProperties.get -> System.Collections.Generic.ISet +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedDynamicProperties.get -> System.Collections.Generic.ISet +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedFunctions.get -> System.Collections.Generic.ISet +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedNavigationProperties.get -> System.Collections.Generic.ISet +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedStructuralProperties.get -> System.Collections.Generic.ISet +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectExpandNode() -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectExpandNode(Microsoft.OData.Edm.IEdmStructuredType structuredType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> void +Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectExpandNode(Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.OData.Edm.IEdmStructuredType structuredType, Microsoft.OData.Edm.IEdmModel model) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmChangedObjectCollection +Microsoft.AspNetCore.OData.Formatter.Value.EdmChangedObjectCollection.EdmChangedObjectCollection(Microsoft.OData.Edm.IEdmEntityType entityType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmChangedObjectCollection.EdmChangedObjectCollection(Microsoft.OData.Edm.IEdmEntityType entityType, System.Collections.Generic.IList changedObjectList) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmChangedObjectCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObject +Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObject.EdmComplexObject(Microsoft.OData.Edm.IEdmComplexType edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObject.EdmComplexObject(Microsoft.OData.Edm.IEdmComplexType edmType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObject.EdmComplexObject(Microsoft.OData.Edm.IEdmComplexTypeReference edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObjectCollection +Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObjectCollection.EdmComplexObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObjectCollection.EdmComplexObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType, System.Collections.Generic.IList list) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObjectCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaComplexObject +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaComplexObject.EdmDeltaComplexObject(Microsoft.OData.Edm.IEdmComplexType edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaComplexObject.EdmDeltaComplexObject(Microsoft.OData.Edm.IEdmComplexType edmType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaComplexObject.EdmDeltaComplexObject(Microsoft.OData.Edm.IEdmComplexTypeReference edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink.EdmDeltaDeletedLink(Microsoft.OData.Edm.IEdmEntityType entityType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink.EdmDeltaDeletedLink(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink.EdmDeltaDeletedLink(Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.EdmDeltaDeletedResourceObject(Microsoft.OData.Edm.IEdmEntityType entityType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.EdmDeltaDeletedResourceObject(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.EdmDeltaDeletedResourceObject(Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Id.get -> System.Uri +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Id.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.NavigationSource.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Reason.get -> Microsoft.OData.DeltaDeletedEntryReason? +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Reason.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink.EdmDeltaLink(Microsoft.OData.Edm.IEdmEntityType entityType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink.EdmDeltaLink(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink.EdmDeltaLink(Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.EdmDeltaLinkBase(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.EdmDeltaLinkBase(Microsoft.OData.Edm.IEdmEntityTypeReference typeReference) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.EntityType.get -> Microsoft.OData.Edm.IEdmEntityType +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.IsNullable.get -> bool +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Relationship.get -> string +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Relationship.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Source.get -> System.Uri +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Source.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Target.get -> System.Uri +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Target.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.DeltaKind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.EdmDeltaResourceObject(Microsoft.OData.Edm.IEdmEntityType entityType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.EdmDeltaResourceObject(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.EdmDeltaResourceObject(Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.NavigationSource.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject +Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject.EdmEntityObject(Microsoft.OData.Edm.IEdmEntityType edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject.EdmEntityObject(Microsoft.OData.Edm.IEdmEntityType edmType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject.EdmEntityObject(Microsoft.OData.Edm.IEdmEntityTypeReference edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObjectCollection +Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObjectCollection.EdmEntityObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObjectCollection.EdmEntityObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType, System.Collections.Generic.IList list) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObjectCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.EdmEnumObject(Microsoft.OData.Edm.IEdmEnumType edmType, string value) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.EdmEnumObject(Microsoft.OData.Edm.IEdmEnumType edmType, string value, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.EdmEnumObject(Microsoft.OData.Edm.IEdmEnumTypeReference edmType, string value) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.IsNullable.get -> bool +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.IsNullable.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.Value.get -> string +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.Value.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObjectCollection +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObjectCollection.EdmEnumObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObjectCollection.EdmEnumObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType, System.Collections.Generic.IList list) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObjectCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.ActualEdmType.get -> Microsoft.OData.Edm.IEdmStructuredType +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.ActualEdmType.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.EdmStructuredObject(Microsoft.OData.Edm.IEdmStructuredType edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.EdmStructuredObject(Microsoft.OData.Edm.IEdmStructuredType edmType, bool isNullable) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.EdmStructuredObject(Microsoft.OData.Edm.IEdmStructuredTypeReference edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.ExpectedEdmType.get -> Microsoft.OData.Edm.IEdmStructuredType +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.ExpectedEdmType.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.IsNullable.get -> bool +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.IsNullable.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.TryGetDynamicProperties() -> System.Collections.Generic.Dictionary +Microsoft.AspNetCore.OData.Formatter.Value.EdmTypeExtensions +Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedCollection +Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedCollection.EdmUntypedCollection() -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedObject +Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedObject.EdmUntypedObject() -> void +Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedObject.TryGetPropertyValue(string propertyName, out object value) -> bool +Microsoft.AspNetCore.OData.Formatter.Value.IEdmChangedObject +Microsoft.AspNetCore.OData.Formatter.Value.IEdmChangedObject.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +Microsoft.AspNetCore.OData.Formatter.Value.IEdmComplexObject +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedLink +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject.Id.get -> System.Uri +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject.Id.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject.Reason.get -> Microsoft.OData.DeltaDeletedEntryReason? +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject.Reason.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLink +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Relationship.get -> string +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Relationship.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Source.get -> System.Uri +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Source.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Target.get -> System.Uri +Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Target.set -> void +Microsoft.AspNetCore.OData.Formatter.Value.IEdmEntityObject +Microsoft.AspNetCore.OData.Formatter.Value.IEdmEnumObject +Microsoft.AspNetCore.OData.Formatter.Value.IEdmObject +Microsoft.AspNetCore.OData.Formatter.Value.IEdmObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.IEdmStructuredObject +Microsoft.AspNetCore.OData.Formatter.Value.IEdmStructuredObject.TryGetPropertyValue(string propertyName, out object value) -> bool +Microsoft.AspNetCore.OData.Formatter.Value.IEdmUntypedObject +Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject +Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference +Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject.NullEdmComplexObject(Microsoft.OData.Edm.IEdmComplexTypeReference edmType) -> void +Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject.TryGetPropertyValue(string propertyName, out object value) -> bool +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaDeletedLinkWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaDeletedLinkWrapper.DeltaDeletedLink.get -> Microsoft.OData.ODataDeltaDeletedLink +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaDeletedLinkWrapper.ODataDeltaDeletedLinkWrapper(Microsoft.OData.ODataDeltaDeletedLink deltaDeletedLink) -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkBaseWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkBaseWrapper.ODataDeltaLinkBaseWrapper() -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkWrapper.DeltaLink.get -> Microsoft.OData.ODataDeltaLink +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkWrapper.ODataDeltaLinkWrapper(Microsoft.OData.ODataDeltaLink deltaLink) -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper.DeltaItems.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper.DeltaResourceSet.get -> Microsoft.OData.ODataDeltaResourceSet +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper.ODataDeltaResourceSetWrapper(Microsoft.OData.ODataDeltaResourceSet deltaResourceSet) -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataEntityReferenceLinkWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataEntityReferenceLinkWrapper.EntityReferenceLink.get -> Microsoft.OData.ODataEntityReferenceLink +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataEntityReferenceLinkWrapper.ODataEntityReferenceLinkWrapper(Microsoft.OData.ODataEntityReferenceLink link) -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataItemWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataItemWrapper.ODataItemWrapper() -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper.NestedItems.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper.NestedResourceInfo.get -> Microsoft.OData.ODataNestedResourceInfo +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper.ODataNestedResourceInfoWrapper(Microsoft.OData.ODataNestedResourceInfo nestedInfo) -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataPrimitiveWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataPrimitiveWrapper.ODataPrimitiveWrapper(Microsoft.OData.ODataPrimitiveValue value) -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataPrimitiveWrapper.Value.get -> Microsoft.OData.ODataPrimitiveValue +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataReaderExtensions +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetBaseWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetBaseWrapper.ODataResourceSetBaseWrapper() -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper.Items.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper.ODataResourceSetWrapper(Microsoft.OData.ODataResourceSet resourceSet) -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper.Resources.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper.ResourceSet.get -> Microsoft.OData.ODataResourceSet +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper.IsDeletedResource.get -> bool +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper.NestedResourceInfos.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper.ODataResourceWrapper(Microsoft.OData.ODataResourceBase resource) -> void +Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper.Resource.get -> Microsoft.OData.ODataResourceBase +Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions +Microsoft.AspNetCore.OData.ODataJsonOptionsSetup +Microsoft.AspNetCore.OData.ODataJsonOptionsSetup.Configure(Microsoft.AspNetCore.Mvc.JsonOptions options) -> void +Microsoft.AspNetCore.OData.ODataJsonOptionsSetup.ODataJsonOptionsSetup() -> void +Microsoft.AspNetCore.OData.ODataMvcBuilderExtensions +Microsoft.AspNetCore.OData.ODataMvcCoreBuilderExtensions +Microsoft.AspNetCore.OData.ODataMvcOptionsSetup +Microsoft.AspNetCore.OData.ODataMvcOptionsSetup.Configure(Microsoft.AspNetCore.Mvc.MvcOptions options) -> void +Microsoft.AspNetCore.OData.ODataMvcOptionsSetup.ODataMvcOptionsSetup() -> void +Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(Microsoft.OData.Edm.IEdmModel model) -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Batch.ODataBatchHandler batchHandler) -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(string routePrefix, Microsoft.OData.Edm.IEdmModel model) -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(string routePrefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Batch.ODataBatchHandler batchHandler) -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(string routePrefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.ODataVersion version, System.Action configureServices) -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(string routePrefix, Microsoft.OData.Edm.IEdmModel model, System.Action configureServices) -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.Conventions.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.ODataOptions.Count() -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.EnableAttributeRouting.get -> bool +Microsoft.AspNetCore.OData.ODataOptions.EnableAttributeRouting.set -> void +Microsoft.AspNetCore.OData.ODataOptions.EnableContinueOnErrorHeader.get -> bool +Microsoft.AspNetCore.OData.ODataOptions.EnableContinueOnErrorHeader.set -> void +Microsoft.AspNetCore.OData.ODataOptions.EnableNoDollarQueryOptions.get -> bool +Microsoft.AspNetCore.OData.ODataOptions.EnableNoDollarQueryOptions.set -> void +Microsoft.AspNetCore.OData.ODataOptions.EnableQueryFeatures(int? maxTopValue = null) -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.Expand() -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.Filter() -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.GetRouteServices(string routePrefix) -> System.IServiceProvider +Microsoft.AspNetCore.OData.ODataOptions.ODataOptions() -> void +Microsoft.AspNetCore.OData.ODataOptions.OrderBy() -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.QueryConfigurations.get -> Microsoft.AspNetCore.OData.Query.DefaultQueryConfigurations +Microsoft.AspNetCore.OData.ODataOptions.QuerySettings.get -> Microsoft.OData.ModelBuilder.Config.DefaultQuerySettings +Microsoft.AspNetCore.OData.ODataOptions.RouteComponents.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.ODataOptions.RouteOptions.get -> Microsoft.AspNetCore.OData.Routing.ODataRouteOptions +Microsoft.AspNetCore.OData.ODataOptions.Select() -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.SetMaxTop(int? maxTopValue) -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.SkipToken() -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.ODataOptions.TimeZone.get -> System.TimeZoneInfo +Microsoft.AspNetCore.OData.ODataOptions.TimeZone.set -> void +Microsoft.AspNetCore.OData.ODataOptions.UrlKeyDelimiter.get -> Microsoft.OData.ODataUrlKeyDelimiter +Microsoft.AspNetCore.OData.ODataOptions.UrlKeyDelimiter.set -> void +Microsoft.AspNetCore.OData.ODataOptionsSetup +Microsoft.AspNetCore.OData.ODataOptionsSetup.Configure(Microsoft.AspNetCore.OData.ODataOptions options) -> void +Microsoft.AspNetCore.OData.ODataOptionsSetup.ODataOptionsSetup(Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Microsoft.AspNetCore.OData.Routing.Parser.IODataPathTemplateParser parser) -> void +Microsoft.AspNetCore.OData.ODataServiceCollectionExtensions +Microsoft.AspNetCore.OData.ODataUriFunctions +Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Add = 1 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.All = Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Add | Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Subtract | Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Multiply | Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Divide | Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Modulo -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Divide = 8 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Modulo = 16 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Multiply = 4 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.None = 0 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Subtract = 2 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.All = 268435456 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllDateTimeFunctions = Microsoft.AspNetCore.OData.Query.AllowedFunctions.Year | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Date | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Month | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Time | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Day | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Hour | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Minute | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Second | Microsoft.AspNetCore.OData.Query.AllowedFunctions.FractionalSeconds -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllFunctions = Microsoft.AspNetCore.OData.Query.AllowedFunctions.Cast | Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllDateTimeFunctions | Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllMathFunctions | Microsoft.AspNetCore.OData.Query.AllowedFunctions.IsOf | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Any | Microsoft.AspNetCore.OData.Query.AllowedFunctions.All | Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllStringFunctions -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllMathFunctions = Microsoft.AspNetCore.OData.Query.AllowedFunctions.Round | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Floor | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Ceiling -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllStringFunctions = Microsoft.AspNetCore.OData.Query.AllowedFunctions.StartsWith | Microsoft.AspNetCore.OData.Query.AllowedFunctions.EndsWith | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Contains | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Length | Microsoft.AspNetCore.OData.Query.AllowedFunctions.IndexOf | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Concat | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Substring | Microsoft.AspNetCore.OData.Query.AllowedFunctions.ToLower | Microsoft.AspNetCore.OData.Query.AllowedFunctions.ToUpper | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Trim | Microsoft.AspNetCore.OData.Query.AllowedFunctions.MatchesPattern -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Any = 134217728 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Cast = 1024 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Ceiling = 33554432 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Concat = 32 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Contains = 4 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Date = 4096 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Day = 32768 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.EndsWith = 2 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Floor = 16777216 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.FractionalSeconds = 4194304 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Hour = 131072 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.IndexOf = 16 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.IsOf = 67108864 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Length = 8 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.MatchesPattern = 536870912 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Minute = 524288 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Month = 8192 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.None = 0 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Round = 8388608 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Second = 2097152 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.StartsWith = 1 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Substring = 64 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Time = 16384 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.ToLower = 128 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.ToUpper = 256 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Trim = 512 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedFunctions.Year = 2048 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.All = Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Or | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.And | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Equal | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.NotEqual | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.GreaterThan | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.GreaterThanOrEqual | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.LessThan | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.LessThanOrEqual | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Not | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Has -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.And = 2 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Equal = 4 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.GreaterThan = 16 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.GreaterThanOrEqual = 32 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Has = 512 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.LessThan = 64 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.LessThanOrEqual = 128 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.None = 0 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Not = 256 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.NotEqual = 8 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Or = 1 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.All = Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.DeltaToken | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Supported -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Apply = 1024 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Compute = 2048 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Count = 64 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.DeltaToken = 512 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Expand = 2 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Filter = 1 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Format = 128 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.None = 0 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.OrderBy = 8 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Search = 4096 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Select = 4 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Skip = 32 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.SkipToken = 256 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Supported = Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Filter | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Expand | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Select | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.OrderBy | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Top | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Skip | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Count | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Format | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.SkipToken | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Apply | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Compute | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Search -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Top = 16 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.ApplyQueryOption +Microsoft.AspNetCore.OData.Query.ApplyQueryOption.ApplyClause.get -> Microsoft.OData.UriParser.Aggregation.ApplyClause +Microsoft.AspNetCore.OData.Query.ApplyQueryOption.ApplyQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.ApplyQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Query.ApplyQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.ApplyQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.ApplyQueryOption.ResultClrType.get -> System.Type +Microsoft.AspNetCore.OData.Query.ComputeQueryOption +Microsoft.AspNetCore.OData.Query.ComputeQueryOption.ComputeClause.get -> Microsoft.OData.UriParser.ComputeClause +Microsoft.AspNetCore.OData.Query.ComputeQueryOption.ComputeQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.ComputeQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.ComputeQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.ComputeQueryOption.ResultClrType.get -> System.Type +Microsoft.AspNetCore.OData.Query.ComputeQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.ComputeQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.IComputeQueryValidator +Microsoft.AspNetCore.OData.Query.ComputeQueryOption.Validator.set -> void +Microsoft.AspNetCore.OData.Query.Container.IPropertyMapper +Microsoft.AspNetCore.OData.Query.Container.IPropertyMapper.MapProperty(string propertyName) -> string +Microsoft.AspNetCore.OData.Query.Container.ITruncatedCollection +Microsoft.AspNetCore.OData.Query.Container.ITruncatedCollection.IsTruncated.get -> bool +Microsoft.AspNetCore.OData.Query.Container.ITruncatedCollection.PageSize.get -> int +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.AutoSelected.get -> bool +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.AutoSelected.set -> void +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.CountOption.get -> bool? +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.CountOption.set -> void +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.Name.get -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.NamedPropertyExpression(System.Linq.Expressions.Expression name, System.Linq.Expressions.Expression value) -> void +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.NullCheck.get -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.NullCheck.set -> void +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.PageSize.get -> int? +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.PageSize.set -> void +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.TotalCount.get -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.TotalCount.set -> void +Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.Value.get -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.IsTruncated.get -> bool +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.PageSize.get -> int +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TotalCount.get -> long? +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Collections.Generic.IEnumerable source, int pageSize) -> void +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Collections.Generic.IEnumerable source, int pageSize, long? totalCount) -> void +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Linq.IQueryable source, int pageSize) -> void +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Linq.IQueryable source, int pageSize, bool parameterize) -> void +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Linq.IQueryable source, int pageSize, long? totalCount) -> void +Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Linq.IQueryable source, int pageSize, long? totalCount, bool parameterize) -> void +Microsoft.AspNetCore.OData.Query.CountQueryOption +Microsoft.AspNetCore.OData.Query.CountQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.CountQueryOption.CountQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.CountQueryOption.GetEntityCount(System.Linq.IQueryable query) -> long? +Microsoft.AspNetCore.OData.Query.CountQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.CountQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.CountQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ICountQueryValidator +Microsoft.AspNetCore.OData.Query.CountQueryOption.Validator.set -> void +Microsoft.AspNetCore.OData.Query.CountQueryOption.Value.get -> bool +Microsoft.AspNetCore.OData.Query.DefaultODataQueryRequestParser +Microsoft.AspNetCore.OData.Query.DefaultODataQueryRequestParser.CanParse(Microsoft.AspNetCore.Http.HttpRequest request) -> bool +Microsoft.AspNetCore.OData.Query.DefaultODataQueryRequestParser.DefaultODataQueryRequestParser() -> void +Microsoft.AspNetCore.OData.Query.DefaultODataQueryRequestParser.ParseAsync(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task +Microsoft.AspNetCore.OData.Query.DefaultQueryConfigurations +Microsoft.AspNetCore.OData.Query.DefaultQueryConfigurations.DefaultQueryConfigurations() -> void +Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler +Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler.DefaultSkipTokenHandler() -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedArithmeticOperators.get -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedArithmeticOperators.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedFunctions.get -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedFunctions.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedLogicalOperators.get -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedLogicalOperators.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedOrderByProperties.get -> string +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedOrderByProperties.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedQueryOptions.get -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedQueryOptions.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableConstantParameterization.get -> bool +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableConstantParameterization.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableCorrelatedSubqueryBuffering.get -> bool +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableCorrelatedSubqueryBuffering.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableQueryAttribute() -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnsureStableOrdering.get -> bool +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnsureStableOrdering.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.HandleNullPropagation.get -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.HandleNullPropagation.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.HandleReferenceNavigationPropertyExpandFilter.get -> bool +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.HandleReferenceNavigationPropertyExpandFilter.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxAnyAllExpressionDepth.get -> int +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxAnyAllExpressionDepth.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxExpansionDepth.get -> int +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxExpansionDepth.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxNodeCount.get -> int +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxNodeCount.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxOrderByNodeCount.get -> int +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxOrderByNodeCount.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxSkip.get -> int +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxSkip.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxTop.get -> int +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxTop.set -> void +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.PageSize.get -> int +Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.PageSize.set -> void +Microsoft.AspNetCore.OData.Query.ETag +Microsoft.AspNetCore.OData.Query.ETag.EntityType.get -> System.Type +Microsoft.AspNetCore.OData.Query.ETag.EntityType.set -> void +Microsoft.AspNetCore.OData.Query.ETag.ETag() -> void +Microsoft.AspNetCore.OData.Query.ETag.IsAny.get -> bool +Microsoft.AspNetCore.OData.Query.ETag.IsAny.set -> void +Microsoft.AspNetCore.OData.Query.ETag.IsIfNoneMatch.get -> bool +Microsoft.AspNetCore.OData.Query.ETag.IsIfNoneMatch.set -> void +Microsoft.AspNetCore.OData.Query.ETag.IsWellFormed.get -> bool +Microsoft.AspNetCore.OData.Query.ETag.IsWellFormed.set -> void +Microsoft.AspNetCore.OData.Query.ETag.this[string key].get -> object +Microsoft.AspNetCore.OData.Query.ETag.this[string key].set -> void +Microsoft.AspNetCore.OData.Query.ETag +Microsoft.AspNetCore.OData.Query.ETag.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Query.ETag.ETag() -> void +Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions +Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase +Microsoft.AspNetCore.OData.Query.Expressions.FilterBinder +Microsoft.AspNetCore.OData.Query.Expressions.FilterBinder.FilterBinder() -> void +Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder +Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder.BindFilter(Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder +Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder.BindOrderBy(Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult +Microsoft.AspNetCore.OData.Query.Expressions.ISearchBinder +Microsoft.AspNetCore.OData.Query.Expressions.ISearchBinder.BindSearch(Microsoft.OData.UriParser.SearchClause searchClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Expressions.ISelectExpandBinder +Microsoft.AspNetCore.OData.Query.Expressions.ISelectExpandBinder.BindSelectExpand(Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinder +Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinder.OrderByBinder() -> void +Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult +Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.Direction.get -> Microsoft.OData.UriParser.OrderByDirection +Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.OrderByBinderResult(System.Linq.Expressions.Expression orderByExpression, Microsoft.OData.UriParser.OrderByDirection direction) -> void +Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.OrderByExpression.get -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.ThenBy.get -> Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult +Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.ThenBy.set -> void +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindArguments(System.Collections.Generic.IEnumerable nodes, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression[] +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.GetFlattenedPropertyExpression(string propertyPath, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.QueryBinder() -> void +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.AssembliesResolver.get -> Microsoft.OData.ModelBuilder.IAssemblyResolver +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.AssembliesResolver.set -> void +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.ComputedProperties.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.CurrentParameter.get -> System.Linq.Expressions.ParameterExpression +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.ElementClrType.get -> System.Type +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.ElementType.get -> Microsoft.OData.Edm.IEdmType +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.GetParameter(string name) -> System.Linq.Expressions.ParameterExpression +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.NavigationSource.set -> void +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.QueryBinderContext(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, System.Type clrType) -> void +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.QueryBinderContext(Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, System.Type clrType) -> void +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.QuerySettings.get -> Microsoft.AspNetCore.OData.Query.ODataQuerySettings +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.RemoveParameter(string name) -> void +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.Source.get -> System.Linq.Expressions.Expression +Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.Source.set -> void +Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder +Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.FilterBinder.get -> Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder +Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.OrderByBinder.get -> Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder +Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.SelectExpandBinder(Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder filterBinder, Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder orderByBinder) -> void +Microsoft.AspNetCore.OData.Query.FilterQueryOption +Microsoft.AspNetCore.OData.Query.FilterQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Query.FilterQueryOption.Compute.get -> Microsoft.AspNetCore.OData.Query.ComputeQueryOption +Microsoft.AspNetCore.OData.Query.FilterQueryOption.Compute.set -> void +Microsoft.AspNetCore.OData.Query.FilterQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.FilterQueryOption.FilterClause.get -> Microsoft.OData.UriParser.FilterClause +Microsoft.AspNetCore.OData.Query.FilterQueryOption.FilterQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.FilterQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.FilterQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.FilterQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.IFilterQueryValidator +Microsoft.AspNetCore.OData.Query.FilterQueryOption.Validator.set -> void +Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption +Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.Default = 0 -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption +Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.False = 2 -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption +Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.True = 1 -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption +Microsoft.AspNetCore.OData.Query.HttpRequestODataQueryExtensions +Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser +Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser.CanParse(Microsoft.AspNetCore.Http.HttpRequest request) -> bool +Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser.ParseAsync(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task +Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.ODataQueryContext.DefaultQueryConfigurations.get -> Microsoft.AspNetCore.OData.Query.DefaultQueryConfigurations +Microsoft.AspNetCore.OData.Query.ODataQueryContext.ElementClrType.get -> System.Type +Microsoft.AspNetCore.OData.Query.ODataQueryContext.ElementType.get -> Microsoft.OData.Edm.IEdmType +Microsoft.AspNetCore.OData.Query.ODataQueryContext.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Query.ODataQueryContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Query.ODataQueryContext.ODataQueryContext(Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmType elementType, Microsoft.OData.UriParser.ODataPath path) -> void +Microsoft.AspNetCore.OData.Query.ODataQueryContext.ODataQueryContext(Microsoft.OData.Edm.IEdmModel model, System.Type elementClrType, Microsoft.OData.UriParser.ODataPath path) -> void +Microsoft.AspNetCore.OData.Query.ODataQueryContext.Path.get -> Microsoft.OData.UriParser.ODataPath +Microsoft.AspNetCore.OData.Query.ODataQueryContext.RequestContainer.get -> System.IServiceProvider +Microsoft.AspNetCore.OData.Query.ODataQueryOptions +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Apply.get -> Microsoft.AspNetCore.OData.Query.ApplyQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Compute.get -> Microsoft.AspNetCore.OData.Query.ComputeQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Count.get -> Microsoft.AspNetCore.OData.Query.CountQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Filter.get -> Microsoft.AspNetCore.OData.Query.FilterQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IsSupportedQueryOption(string queryOptionName) -> bool +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ODataQueryOptions(Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.AspNetCore.Http.HttpRequest request) -> void +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.OrderBy.get -> Microsoft.AspNetCore.OData.Query.OrderByQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.RawValues.get -> Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Request.get -> Microsoft.AspNetCore.Http.HttpRequest +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Search.get -> Microsoft.AspNetCore.OData.Query.SearchQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.SelectExpand.get -> Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Skip.get -> Microsoft.AspNetCore.OData.Query.SkipQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.SkipToken.get -> Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Top.get -> Microsoft.AspNetCore.OData.Query.TopQueryOption +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.IODataQueryValidator +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Validator.set -> void +Microsoft.AspNetCore.OData.Query.ODataQueryOptions +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IfMatch.get -> Microsoft.AspNetCore.OData.Query.ETag +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IfNoneMatch.get -> Microsoft.AspNetCore.OData.Query.ETag +Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ODataQueryOptions(Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.AspNetCore.Http.HttpRequest request) -> void +Microsoft.AspNetCore.OData.Query.ODataQueryParameterBindingAttribute +Microsoft.AspNetCore.OData.Query.ODataQueryParameterBindingAttribute.ODataQueryParameterBindingAttribute() -> void +Microsoft.AspNetCore.OData.Query.ODataQueryRequestMiddleware +Microsoft.AspNetCore.OData.Query.ODataQueryRequestMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext context) -> System.Threading.Tasks.Task +Microsoft.AspNetCore.OData.Query.ODataQueryRequestMiddleware.ODataQueryRequestMiddleware(System.Collections.Generic.IEnumerable queryRequestParsers, Microsoft.AspNetCore.Http.RequestDelegate next) -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnableConstantParameterization.get -> bool +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnableConstantParameterization.set -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnableCorrelatedSubqueryBuffering.get -> bool +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnableCorrelatedSubqueryBuffering.set -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnsureStableOrdering.get -> bool +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnsureStableOrdering.set -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.HandleNullPropagation.get -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.HandleNullPropagation.set -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.HandleReferenceNavigationPropertyExpandFilter.get -> bool +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.HandleReferenceNavigationPropertyExpandFilter.set -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.IgnoredNestedQueryOptions.get -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.IgnoredNestedQueryOptions.set -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.IgnoredQueryOptions.get -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.IgnoredQueryOptions.set -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.ODataQuerySettings() -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.PageSize.get -> int? +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.PageSize.set -> void +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.TimeZone.get -> System.TimeZoneInfo +Microsoft.AspNetCore.OData.Query.ODataQuerySettings.TimeZone.set -> void +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Apply.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Compute.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Count.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.DeltaToken.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Expand.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Filter.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Format.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.ODataRawQueryOptions() -> void +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.OrderBy.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Search.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Select.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Skip.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.SkipToken.get -> string +Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Top.get -> string +Microsoft.AspNetCore.OData.Query.OrderByClauseNode +Microsoft.AspNetCore.OData.Query.OrderByClauseNode.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause +Microsoft.AspNetCore.OData.Query.OrderByClauseNode.OrderByClauseNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void +Microsoft.AspNetCore.OData.Query.OrderByCountNode +Microsoft.AspNetCore.OData.Query.OrderByCountNode.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause +Microsoft.AspNetCore.OData.Query.OrderByCountNode.OrderByCountNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void +Microsoft.AspNetCore.OData.Query.OrderByItNode +Microsoft.AspNetCore.OData.Query.OrderByItNode.Name.get -> string +Microsoft.AspNetCore.OData.Query.OrderByItNode.OrderByItNode(Microsoft.OData.UriParser.OrderByClause clause) -> void +Microsoft.AspNetCore.OData.Query.OrderByItNode.OrderByItNode(Microsoft.OData.UriParser.OrderByDirection direction) -> void +Microsoft.AspNetCore.OData.Query.OrderByNode +Microsoft.AspNetCore.OData.Query.OrderByNode.Direction.get -> Microsoft.OData.UriParser.OrderByDirection +Microsoft.AspNetCore.OData.Query.OrderByNode.OrderByNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void +Microsoft.AspNetCore.OData.Query.OrderByNode.OrderByNode(Microsoft.OData.UriParser.OrderByDirection direction) -> void +Microsoft.AspNetCore.OData.Query.OrderByOpenPropertyNode +Microsoft.AspNetCore.OData.Query.OrderByOpenPropertyNode.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause +Microsoft.AspNetCore.OData.Query.OrderByOpenPropertyNode.OrderByOpenPropertyNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void +Microsoft.AspNetCore.OData.Query.OrderByOpenPropertyNode.PropertyName.get -> string +Microsoft.AspNetCore.OData.Query.OrderByPropertyNode +Microsoft.AspNetCore.OData.Query.OrderByPropertyNode.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause +Microsoft.AspNetCore.OData.Query.OrderByPropertyNode.OrderByPropertyNode(Microsoft.OData.Edm.IEdmProperty property, Microsoft.OData.UriParser.OrderByDirection direction) -> void +Microsoft.AspNetCore.OData.Query.OrderByPropertyNode.OrderByPropertyNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void +Microsoft.AspNetCore.OData.Query.OrderByPropertyNode.Property.get -> Microsoft.OData.Edm.IEdmProperty +Microsoft.AspNetCore.OData.Query.OrderByQueryOption +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IOrderedQueryable +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IOrderedQueryable +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IOrderedQueryable +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IOrderedQueryable +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Compute.get -> Microsoft.AspNetCore.OData.Query.ComputeQueryOption +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Compute.set -> void +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.OrderByNodes.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.OrderByQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.IOrderByQueryValidator +Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Validator.set -> void +Microsoft.AspNetCore.OData.Query.QueryFilterProvider +Microsoft.AspNetCore.OData.Query.QueryFilterProvider.OnProvidersExecuted(Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext context) -> void +Microsoft.AspNetCore.OData.Query.QueryFilterProvider.OnProvidersExecuting(Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext context) -> void +Microsoft.AspNetCore.OData.Query.QueryFilterProvider.Order.get -> int +Microsoft.AspNetCore.OData.Query.QueryFilterProvider.QueryFilter.get -> Microsoft.AspNetCore.Mvc.Filters.IActionFilter +Microsoft.AspNetCore.OData.Query.QueryFilterProvider.QueryFilterProvider(Microsoft.AspNetCore.Mvc.Filters.IActionFilter queryFilter) -> void +Microsoft.AspNetCore.OData.Query.SearchQueryOption +Microsoft.AspNetCore.OData.Query.SearchQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Query.SearchQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.SearchQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.SearchQueryOption.ResultClrType.get -> System.Type +Microsoft.AspNetCore.OData.Query.SearchQueryOption.SearchClause.get -> Microsoft.OData.UriParser.SearchClause +Microsoft.AspNetCore.OData.Query.SearchQueryOption.SearchQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.ApplyTo(object entity, Microsoft.AspNetCore.OData.Query.ODataQuerySettings settings) -> object +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.ApplyTo(System.Linq.IQueryable queryable, Microsoft.AspNetCore.OData.Query.ODataQuerySettings settings) -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Compute.get -> Microsoft.AspNetCore.OData.Query.ComputeQueryOption +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Compute.set -> void +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.LevelsMaxLiteralExpansionDepth.get -> int +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.LevelsMaxLiteralExpansionDepth.set -> void +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.RawExpand.get -> string +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.RawSelect.get -> string +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.SelectExpandClause.get -> Microsoft.OData.UriParser.SelectExpandClause +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.SelectExpandQueryOption(string select, string expand, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ISelectExpandQueryValidator +Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Validator.set -> void +Microsoft.AspNetCore.OData.Query.SkipQueryOption +Microsoft.AspNetCore.OData.Query.SkipQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Query.SkipQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Query.SkipQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.SkipQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.SkipQueryOption.SkipQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.SkipQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.SkipQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ISkipQueryValidator +Microsoft.AspNetCore.OData.Query.SkipQueryOption.Validator.set -> void +Microsoft.AspNetCore.OData.Query.SkipQueryOption.Value.get -> int +Microsoft.AspNetCore.OData.Query.SkipTokenHandler +Microsoft.AspNetCore.OData.Query.SkipTokenHandler.SkipTokenHandler() -> void +Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption +Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.Handler.get -> Microsoft.AspNetCore.OData.Query.SkipTokenHandler +Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.SkipTokenQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context) -> void +Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ISkipTokenQueryValidator +Microsoft.AspNetCore.OData.Query.TopQueryOption +Microsoft.AspNetCore.OData.Query.TopQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Query.TopQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IOrderedQueryable +Microsoft.AspNetCore.OData.Query.TopQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.TopQueryOption.RawValue.get -> string +Microsoft.AspNetCore.OData.Query.TopQueryOption.TopQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void +Microsoft.AspNetCore.OData.Query.TopQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.TopQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ITopQueryValidator +Microsoft.AspNetCore.OData.Query.TopQueryOption.Validator.set -> void +Microsoft.AspNetCore.OData.Query.TopQueryOption.Value.get -> int +Microsoft.AspNetCore.OData.Query.Validator.ComputeQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.ComputeQueryValidator.ComputeQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Validator.CountQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.CountQueryValidator.CountQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.FilterQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.Clone() -> Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.CurrentAnyAllExpressionDepth.get -> int +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.CurrentNodeCount.get -> int +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.EnterLambda() -> void +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.ExitLambda() -> void +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.Filter.get -> Microsoft.AspNetCore.OData.Query.FilterQueryOption +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.Filter.set -> void +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.FilterValidatorContext() -> void +Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.IncrementNodeCount() -> void +Microsoft.AspNetCore.OData.Query.Validator.IComputeQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.IComputeQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.ComputeQueryOption computeQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.ICountQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.ICountQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.CountQueryOption countQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.IFilterQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.IFilterQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.FilterQueryOption filterQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.IODataQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.IODataQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.ODataQueryOptions options, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.IOrderByQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.IOrderByQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.OrderByQueryOption orderByOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.ISelectExpandQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.ISelectExpandQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption selectExpandQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.ISkipQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.ISkipQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SkipQueryOption skipQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.ISkipTokenQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.ISkipTokenQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipToken, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.ITopQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.ITopQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.TopQueryOption topQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.ODataQueryValidator.ODataQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedArithmeticOperators.get -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedArithmeticOperators.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedFunctions.get -> Microsoft.AspNetCore.OData.Query.AllowedFunctions +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedFunctions.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedLogicalOperators.get -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedLogicalOperators.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedOrderByProperties.get -> System.Collections.Generic.ISet +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedQueryOptions.get -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedQueryOptions.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxAnyAllExpressionDepth.get -> int +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxAnyAllExpressionDepth.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxExpansionDepth.get -> int +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxExpansionDepth.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxNodeCount.get -> int +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxNodeCount.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxOrderByNodeCount.get -> int +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxOrderByNodeCount.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxSkip.get -> int? +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxSkip.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxTop.get -> int? +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxTop.set -> void +Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.ODataValidationSettings() -> void +Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.OrderByQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext +Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.IncrementNodeCount() -> void +Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.OrderBy.get -> Microsoft.AspNetCore.OData.Query.OrderByQueryOption +Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.OrderBy.set -> void +Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.OrderByNodeCount.get -> int +Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.OrderByValidatorContext() -> void +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Context.set -> void +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.CurrentDepth.get -> int +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.CurrentDepth.set -> void +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Property.get -> Microsoft.OData.Edm.IEdmProperty +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Property.set -> void +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.QueryValidatorContext() -> void +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.StructuredType.get -> Microsoft.OData.Edm.IEdmStructuredType +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.StructuredType.set -> void +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.ValidationSettings.get -> Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings +Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.ValidationSettings.set -> void +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.SelectExpandQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.Clone() -> Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.RemainingDepth.get -> int? +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.RemainingDepth.set -> void +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.SelectExpand.get -> Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.SelectExpand.set -> void +Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.SelectExpandValidatorContext() -> void +Microsoft.AspNetCore.OData.Query.Validator.SkipQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.SkipQueryValidator.SkipQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Validator.SkipTokenQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.SkipTokenQueryValidator.SkipTokenQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Validator.TopQueryValidator +Microsoft.AspNetCore.OData.Query.Validator.TopQueryValidator.TopQueryValidator() -> void +Microsoft.AspNetCore.OData.Query.Wrapper.DynamicTypeWrapper +Microsoft.AspNetCore.OData.Query.Wrapper.DynamicTypeWrapper.DynamicTypeWrapper() -> void +Microsoft.AspNetCore.OData.Query.Wrapper.DynamicTypeWrapper.TryGetPropertyValue(string propertyName, out object value) -> bool +Microsoft.AspNetCore.OData.Query.Wrapper.ISelectExpandWrapper +Microsoft.AspNetCore.OData.Query.Wrapper.ISelectExpandWrapper.ToDictionary() -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Query.Wrapper.ISelectExpandWrapper.ToDictionary(System.Func propertyMapperProvider) -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Results.BadRequestODataResult +Microsoft.AspNetCore.OData.Results.BadRequestODataResult.BadRequestODataResult(Microsoft.OData.ODataError odataError) -> void +Microsoft.AspNetCore.OData.Results.BadRequestODataResult.BadRequestODataResult(string message) -> void +Microsoft.AspNetCore.OData.Results.BadRequestODataResult.Error.get -> Microsoft.OData.ODataError +Microsoft.AspNetCore.OData.Results.ConflictODataResult +Microsoft.AspNetCore.OData.Results.ConflictODataResult.ConflictODataResult(Microsoft.OData.ODataError odataError) -> void +Microsoft.AspNetCore.OData.Results.ConflictODataResult.ConflictODataResult(string message) -> void +Microsoft.AspNetCore.OData.Results.ConflictODataResult.Error.get -> Microsoft.OData.ODataError +Microsoft.AspNetCore.OData.Results.CreatedODataResult +Microsoft.AspNetCore.OData.Results.CreatedODataResult.CreatedODataResult(T entity) -> void +Microsoft.AspNetCore.OData.Results.IODataErrorResult +Microsoft.AspNetCore.OData.Results.IODataErrorResult.Error.get -> Microsoft.OData.ODataError +Microsoft.AspNetCore.OData.Results.NotFoundODataResult +Microsoft.AspNetCore.OData.Results.NotFoundODataResult.Error.get -> Microsoft.OData.ODataError +Microsoft.AspNetCore.OData.Results.NotFoundODataResult.NotFoundODataResult(Microsoft.OData.ODataError odataError) -> void +Microsoft.AspNetCore.OData.Results.NotFoundODataResult.NotFoundODataResult(string message) -> void +Microsoft.AspNetCore.OData.Results.ODataErrorResult +Microsoft.AspNetCore.OData.Results.ODataErrorResult.Error.get -> Microsoft.OData.ODataError +Microsoft.AspNetCore.OData.Results.ODataErrorResult.ODataErrorResult(Microsoft.OData.ODataError odataError) -> void +Microsoft.AspNetCore.OData.Results.ODataErrorResult.ODataErrorResult(string errorCode, string message) -> void +Microsoft.AspNetCore.OData.Results.PageResult +Microsoft.AspNetCore.OData.Results.PageResult.Count.get -> long? +Microsoft.AspNetCore.OData.Results.PageResult.NextPageLink.get -> System.Uri +Microsoft.AspNetCore.OData.Results.PageResult.PageResult(System.Uri nextPageLink, long? count) -> void +Microsoft.AspNetCore.OData.Results.PageResult +Microsoft.AspNetCore.OData.Results.PageResult.GetEnumerator() -> System.Collections.Generic.IEnumerator +Microsoft.AspNetCore.OData.Results.PageResult.Items.get -> System.Collections.Generic.IEnumerable +Microsoft.AspNetCore.OData.Results.PageResult.PageResult(System.Collections.Generic.IEnumerable items, System.Uri nextPageLink, long? count) -> void +Microsoft.AspNetCore.OData.Results.SingleResult +Microsoft.AspNetCore.OData.Results.SingleResult.Queryable.get -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Results.SingleResult.SingleResult(System.Linq.IQueryable queryable) -> void +Microsoft.AspNetCore.OData.Results.SingleResult +Microsoft.AspNetCore.OData.Results.SingleResult.Queryable.get -> System.Linq.IQueryable +Microsoft.AspNetCore.OData.Results.SingleResult.SingleResult(System.Linq.IQueryable queryable) -> void +Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult +Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult.Error.get -> Microsoft.OData.ODataError +Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult.UnauthorizedODataResult(Microsoft.OData.ODataError odataError) -> void +Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult.UnauthorizedODataResult(string message) -> void +Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult +Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult.Error.get -> Microsoft.OData.ODataError +Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult.UnprocessableEntityODataResult(Microsoft.OData.ODataError odataError) -> void +Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult.UnprocessableEntityODataResult(string message) -> void +Microsoft.AspNetCore.OData.Results.UpdatedODataResult +Microsoft.AspNetCore.OData.Results.UpdatedODataResult.UpdatedODataResult(T entity) -> void +Microsoft.AspNetCore.OData.Routing.Attributes.ODataAttributeRoutingAttribute +Microsoft.AspNetCore.OData.Routing.Attributes.ODataAttributeRoutingAttribute.ODataAttributeRoutingAttribute() -> void +Microsoft.AspNetCore.OData.Routing.Attributes.ODataIgnoredAttribute +Microsoft.AspNetCore.OData.Routing.Attributes.ODataIgnoredAttribute.ODataIgnoredAttribute() -> void +Microsoft.AspNetCore.OData.Routing.Attributes.ODataRouteComponentAttribute +Microsoft.AspNetCore.OData.Routing.Attributes.ODataRouteComponentAttribute.ODataRouteComponentAttribute() -> void +Microsoft.AspNetCore.OData.Routing.Attributes.ODataRouteComponentAttribute.ODataRouteComponentAttribute(string routePrefix) -> void +Microsoft.AspNetCore.OData.Routing.Attributes.ODataRouteComponentAttribute.RoutePrefix.get -> string +Microsoft.AspNetCore.OData.Routing.Controllers.MetadataController +Microsoft.AspNetCore.OData.Routing.Controllers.MetadataController.GetMetadata() -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Routing.Controllers.MetadataController.GetServiceDocument() -> Microsoft.OData.ODataServiceDocument +Microsoft.AspNetCore.OData.Routing.Controllers.MetadataController.MetadataController() -> void +Microsoft.AspNetCore.OData.Routing.Controllers.ODataController +Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.ODataController() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention.ActionRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention.AttributeRoutingConvention(Microsoft.Extensions.Logging.ILogger logger, Microsoft.AspNetCore.OData.Routing.Parser.IODataPathTemplateParser parser) -> void +Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention.EntityRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.EntitySetRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention.FunctionRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.IODataControllerActionConvention +Microsoft.AspNetCore.OData.Routing.Conventions.IODataControllerActionConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +Microsoft.AspNetCore.OData.Routing.Conventions.IODataControllerActionConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +Microsoft.AspNetCore.OData.Routing.Conventions.IODataControllerActionConvention.Order.get -> int +Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention.MetadataRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.NavigationRoutingConvention(Microsoft.Extensions.Logging.ILogger logger) -> void +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Action.get -> Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Action.set -> void +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Controller.get -> Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.EntitySet.get -> Microsoft.OData.Edm.IEdmEntitySet +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.EntityType.get -> Microsoft.OData.Edm.IEdmEntityType +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.NavigationSource.set -> void +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.ODataControllerActionContext(string prefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller) -> void +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Options.get -> Microsoft.AspNetCore.OData.ODataOptions +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Options.set -> void +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Prefix.get -> string +Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Singleton.get -> Microsoft.OData.Edm.IEdmSingleton +Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention.OperationImportRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.OperationRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.ProcessOperations(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context, Microsoft.OData.Edm.IEdmEntityType entityType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.PropertyRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention.RefRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention +Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention.SingletonRoutingConvention() -> void +Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata +Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata.IsConventional.get -> bool +Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata.Prefix.get -> string +Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata.Template.get -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate +Microsoft.AspNetCore.OData.Routing.ODataPathExtensions +Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler +Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.ODataPathNavigationSourceHandler() -> void +Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Path.get -> string +Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler +Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.ODataPathSegmentHandler() -> void +Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.PathLiteral.get -> string +Microsoft.AspNetCore.OData.Routing.ODataPathSegmentTranslator +Microsoft.AspNetCore.OData.Routing.ODataPathSegmentTranslator.ODataPathSegmentTranslator() -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableActionNameCaseInsensitive.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableActionNameCaseInsensitive.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableControllerNameCaseInsensitive.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableControllerNameCaseInsensitive.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableDollarCountRouting.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableDollarCountRouting.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableDollarValueRouting.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableDollarValueRouting.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableKeyAsSegment.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableKeyAsSegment.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableKeyInParenthesis.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableKeyInParenthesis.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableNonParenthesisForEmptyParameterFunction.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableNonParenthesisForEmptyParameterFunction.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnablePropertyNameCaseInsensitive.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnablePropertyNameCaseInsensitive.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableQualifiedOperationCall.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableQualifiedOperationCall.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableUnqualifiedOperationCall.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableUnqualifiedOperationCall.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.ODataRouteOptions() -> void +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.Order.get -> int? +Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.Order.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata +Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.IsConventional.get -> bool +Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.IsConventional.set -> void +Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.ODataRoutingMetadata(string prefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate template) -> void +Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.Prefix.get -> string +Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.Template.get -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate +Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds +Microsoft.AspNetCore.OData.Routing.Parser.DefaultODataPathTemplateParser +Microsoft.AspNetCore.OData.Routing.Parser.DefaultODataPathTemplateParser.DefaultODataPathTemplateParser() -> void +Microsoft.AspNetCore.OData.Routing.Parser.IODataPathTemplateParser +Microsoft.AspNetCore.OData.Routing.Parser.IODataPathTemplateParser.Parse(Microsoft.OData.Edm.IEdmModel model, string odataPath, System.IServiceProvider requestProvider) -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate +Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.ActionImport.get -> Microsoft.OData.Edm.IEdmActionImport +Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.ActionImportSegmentTemplate(Microsoft.OData.Edm.IEdmActionImport actionImport, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.ActionImportSegmentTemplate(Microsoft.OData.UriParser.OperationImportSegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.OperationImportSegment +Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.Action.get -> Microsoft.OData.Edm.IEdmAction +Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.ActionSegmentTemplate(Microsoft.OData.Edm.IEdmAction action, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.ActionSegmentTemplate(Microsoft.OData.UriParser.OperationSegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.OperationSegment +Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.CastSegmentTemplate(Microsoft.OData.Edm.IEdmType castType, Microsoft.OData.Edm.IEdmType expectedType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.CastSegmentTemplate(Microsoft.OData.UriParser.TypeSegment typeSegment) -> void +Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.CastType.get -> Microsoft.OData.Edm.IEdmType +Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.ExpectedType.get -> Microsoft.OData.Edm.IEdmType +Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.TypeSegment.get -> Microsoft.OData.UriParser.TypeSegment +Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate.DynamicSegmentTemplate(Microsoft.OData.UriParser.DynamicPathSegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.DynamicPathSegment +Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.EntitySet.get -> Microsoft.OData.Edm.IEdmEntitySet +Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.EntitySetSegmentTemplate(Microsoft.OData.Edm.IEdmEntitySet entitySet) -> void +Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.EntitySetSegmentTemplate(Microsoft.OData.UriParser.EntitySetSegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.EntitySetSegment +Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.FunctionImport.get -> Microsoft.OData.Edm.IEdmFunctionImport +Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.FunctionImportSegmentTemplate(Microsoft.OData.Edm.IEdmFunctionImport functionImport, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.FunctionImportSegmentTemplate(Microsoft.OData.UriParser.OperationImportSegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.FunctionImportSegmentTemplate(System.Collections.Generic.IDictionary parameters, Microsoft.OData.Edm.IEdmFunctionImport functionImport, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.ParameterMappings.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.Function.get -> Microsoft.OData.Edm.IEdmFunction +Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.FunctionSegmentTemplate(Microsoft.OData.Edm.IEdmFunction function, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.FunctionSegmentTemplate(Microsoft.OData.UriParser.OperationSegment operationSegment) -> void +Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.FunctionSegmentTemplate(System.Collections.Generic.IDictionary parameters, Microsoft.OData.Edm.IEdmFunction function, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.ParameterMappings.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Routing.Template.IODataTemplateTranslator +Microsoft.AspNetCore.OData.Routing.Template.IODataTemplateTranslator.Translate(Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate path, Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> Microsoft.OData.UriParser.ODataPath +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.Count.get -> int +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.EntityType.get -> Microsoft.OData.Edm.IEdmEntityType +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeyMappings.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeyProperties.get -> System.Collections.Generic.IDictionary +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeySegmentTemplate(Microsoft.OData.UriParser.KeySegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeySegmentTemplate(Microsoft.OData.UriParser.KeySegment segment, System.Collections.Generic.IDictionary keyProperties) -> void +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeySegmentTemplate(System.Collections.Generic.IDictionary keys, Microsoft.OData.Edm.IEdmEntityType entityType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.Key.get -> Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.Key.set -> void +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.NavigationLinkSegmentTemplate(Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.NavigationLinkSegmentTemplate(Microsoft.OData.UriParser.NavigationPropertyLinkSegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.NavigationProperty.get -> Microsoft.OData.Edm.IEdmNavigationProperty +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.NavigationPropertyLinkSegment +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.DeclaringType.get -> Microsoft.OData.Edm.IEdmStructuredType +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.NavigationLinkTemplateSegmentTemplate(Microsoft.OData.Edm.IEdmStructuredType declaringType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.RelatedKey.get -> string +Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.RelatedKey.set -> void +Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.NavigationProperty.get -> Microsoft.OData.Edm.IEdmNavigationProperty +Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.NavigationSegmentTemplate(Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void +Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.NavigationSegmentTemplate(Microsoft.OData.UriParser.NavigationPropertySegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.NavigationPropertySegment +Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate +Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate.ODataPathTemplate(params Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate[] segments) -> void +Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate.ODataPathTemplate(System.Collections.Generic.IEnumerable segments) -> void +Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate.ODataPathTemplate(System.Collections.Generic.IList segments) -> void +Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate.ODataSegmentTemplate() -> void +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.Endpoint.get -> Microsoft.AspNetCore.Http.Endpoint +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.GetParameterAliasOrSelf(string alias) -> string +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.HttpContext.get -> Microsoft.AspNetCore.Http.HttpContext +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.Model.get -> Microsoft.OData.Edm.IEdmModel +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.ODataTemplateTranslateContext(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.Endpoint endpoint, Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues, Microsoft.OData.Edm.IEdmModel model) -> void +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.RouteValues.get -> Microsoft.AspNetCore.Routing.RouteValueDictionary +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.Segments.get -> System.Collections.Generic.IList +Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.UpdatedValues.get -> Microsoft.AspNetCore.Routing.RouteValueDictionary +Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.ParameterName.get -> string +Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.PathTemplateSegmentTemplate(Microsoft.OData.UriParser.PathTemplateSegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.PathTemplateSegment +Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate.PropertyCatchAllSegmentTemplate(Microsoft.OData.Edm.IEdmStructuredType declaredType) -> void +Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate.StructuredType.get -> Microsoft.OData.Edm.IEdmStructuredType +Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.Property.get -> Microsoft.OData.Edm.IEdmStructuralProperty +Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.PropertySegmentTemplate(Microsoft.OData.Edm.IEdmStructuralProperty property) -> void +Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.PropertySegmentTemplate(Microsoft.OData.UriParser.PropertySegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.Segment.get -> Microsoft.OData.UriParser.PropertySegment +Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.SingletonSegment +Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.Singleton.get -> Microsoft.OData.Edm.IEdmSingleton +Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.SingletonSegmentTemplate(Microsoft.OData.Edm.IEdmSingleton singleton) -> void +Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.SingletonSegmentTemplate(Microsoft.OData.UriParser.SingletonSegment segment) -> void +Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate +Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.ValueSegment +Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.ValueSegmentTemplate(Microsoft.OData.Edm.IEdmType previousType) -> void +Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.ValueSegmentTemplate(Microsoft.OData.UriParser.ValueSegment segment) -> void +override Microsoft.AspNetCore.OData.Abstracts.ETagActionFilterAttribute.OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext actionExecutedContext) -> void +override Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBindingAttribute.BindingSource.get -> Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource +override Microsoft.AspNetCore.OData.Batch.ChangeSetRequestItem.SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem.WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler.ProcessBatchAsync(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.RequestDelegate nextHandler) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Batch.OperationRequestItem.SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Batch.OperationResponseItem.WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler.ProcessBatchAsync(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.RequestDelegate nextHandler) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Deltas.Delta.TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) -> bool +override Microsoft.AspNetCore.OData.Deltas.Delta.TrySetMember(System.Dynamic.SetMemberBinder binder, object value) -> bool +override Microsoft.AspNetCore.OData.Deltas.Delta.Clear() -> void +override Microsoft.AspNetCore.OData.Deltas.Delta.GetChangedPropertyNames() -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Deltas.Delta.GetDeltaNestedNavigationProperties() -> System.Collections.Generic.IDictionary +override Microsoft.AspNetCore.OData.Deltas.Delta.GetUnchangedPropertyNames() -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Deltas.Delta.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +override Microsoft.AspNetCore.OData.Deltas.Delta.TryGetPropertyType(string name, out System.Type type) -> bool +override Microsoft.AspNetCore.OData.Deltas.Delta.TryGetPropertyValue(string name, out object value) -> bool +override Microsoft.AspNetCore.OData.Deltas.Delta.TrySetPropertyValue(string name, object value) -> bool +override Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataActionPayloadDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEntityReferenceLinkDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEnumDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEnumDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataBinaryValueMediaTypeMapping.IsMatch(Microsoft.OData.UriParser.PropertySegment propertySegment) -> bool +override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataCountMediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double +override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataEnumValueMediaTypeMapping.IsMatch(Microsoft.OData.UriParser.PropertySegment propertySegment) -> bool +override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataPrimitiveValueMediaTypeMapping.IsMatch(Microsoft.OData.UriParser.PropertySegment propertySegment) -> bool +override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataRawValueMediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double +override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataStreamMediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double +override Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double +override Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.CanRead(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context) -> bool +override Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.GetSupportedContentTypes(string contentType, System.Type objectType) -> System.Collections.Generic.IReadOnlyList +override Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context, System.Text.Encoding encoding) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext context) -> bool +override Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.GetSupportedContentTypes(string contentType, System.Type objectType) -> System.Collections.Generic.IReadOnlyList +override Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context, System.Text.Encoding selectedEncoding) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.WriteResponseHeaders(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context) -> void +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinkSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinksSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataErrorSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataMetadataSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataRawValueSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataServiceDocumentSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +override Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +override Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.Clear() -> void +override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.GetChangedPropertyNames() -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.GetDeltaNestedNavigationProperties() -> System.Collections.Generic.IDictionary +override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.GetUnchangedPropertyNames() -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind +override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.TryGetPropertyType(string name, out System.Type type) -> bool +override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.TryGetPropertyValue(string name, out object value) -> bool +override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.TrySetPropertyValue(string name, object value) -> bool +override Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipTokenQueryOption, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable +override Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipTokenQueryOption, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable +override Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler.GenerateNextPageLink(System.Uri baseUri, int pageSize, object instance, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext context) -> System.Uri +override Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext actionExecutedContext) -> void +override Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.OnActionExecuting(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext actionExecutingContext) -> void +override Microsoft.AspNetCore.OData.Query.ETag.TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) -> bool +override Microsoft.AspNetCore.OData.Query.ETag.TrySetMember(System.Dynamic.SetMemberBinder binder, object value) -> bool +override Microsoft.AspNetCore.OData.Query.ETag.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable +override Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable +override Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable +override Microsoft.AspNetCore.OData.Results.BadRequestODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Results.ConflictODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Results.CreatedODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Results.NotFoundODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Results.ODataErrorResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Results.PageResult.ToDictionary() -> System.Collections.Generic.IDictionary +override Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Results.UpdatedODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task +override Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention.IsOperationParameterMatched(Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> bool +override Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention.Order.get -> int +override Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention.IsOperationParameterMatched(Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> bool +override Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention.Order.get -> int +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.BatchSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.CountSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.DynamicPathSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.EntitySetSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.KeySegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.MetadataSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.NavigationPropertyLinkSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.NavigationPropertySegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.ODataPathSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.OperationImportSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.OperationSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.PathTemplateSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.PropertySegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.SingletonSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.TypeSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.ValueSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.BatchSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.CountSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.DynamicPathSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.EntitySetSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.KeySegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.MetadataSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.NavigationPropertyLinkSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.NavigationPropertySegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.OperationImportSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.OperationSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.PathTemplateSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.PropertySegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.SingletonSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.TypeSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.ValueSegment segment) -> void +override Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable +override Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool +override sealed Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +override sealed Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +override sealed Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +override sealed Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +override sealed Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue +override sealed Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue +override sealed Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue +static Microsoft.AspNetCore.OData.Batch.HttpRequestExtensions.CopyAbsoluteUrl(this Microsoft.AspNetCore.Http.HttpRequest request, System.Uri uri) -> void +static Microsoft.AspNetCore.OData.Batch.HttpRequestExtensions.GetODataMessageReader(this Microsoft.AspNetCore.Http.HttpRequest request, System.IServiceProvider requestContainer) -> Microsoft.OData.ODataMessageReader +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.GetODataBatchId(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.Guid? +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.GetODataChangeSetId(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.Guid? +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.GetODataContentId(this Microsoft.AspNetCore.Http.HttpRequest request) -> string +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.GetODataContentIdMapping(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.Collections.Generic.IDictionary +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.IsODataBatchRequest(this Microsoft.AspNetCore.Http.HttpRequest request) -> bool +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.SetODataBatchId(this Microsoft.AspNetCore.Http.HttpRequest request, System.Guid batchId) -> void +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.SetODataChangeSetId(this Microsoft.AspNetCore.Http.HttpRequest request, System.Guid changeSetId) -> void +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.SetODataContentId(this Microsoft.AspNetCore.Http.HttpRequest request, string contentId) -> void +static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.SetODataContentIdMapping(this Microsoft.AspNetCore.Http.HttpRequest request, System.Collections.Generic.IDictionary contentIdMapping) -> void +static Microsoft.AspNetCore.OData.Batch.ODataBatchReaderExtensions.ReadChangeSetOperationRequestAsync(this Microsoft.OData.ODataBatchReader reader, Microsoft.AspNetCore.Http.HttpContext context, System.Guid batchId, System.Guid changeSetId, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task +static Microsoft.AspNetCore.OData.Batch.ODataBatchReaderExtensions.ReadChangeSetRequestAsync(this Microsoft.OData.ODataBatchReader reader, Microsoft.AspNetCore.Http.HttpContext context, System.Guid batchId, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task> +static Microsoft.AspNetCore.OData.Batch.ODataBatchReaderExtensions.ReadOperationRequestAsync(this Microsoft.OData.ODataBatchReader reader, Microsoft.AspNetCore.Http.HttpContext context, System.Guid batchId, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task +static Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler, Microsoft.AspNetCore.Http.HttpContext context, System.Collections.Generic.IDictionary contentIdToLocationMapping) -> System.Threading.Tasks.Task +static Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem.WriteMessageAsync(Microsoft.OData.ODataBatchWriter writer, Microsoft.AspNetCore.Http.HttpContext context) -> System.Threading.Tasks.Task +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetAlternateKeys(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmEntityType entityType) -> System.Collections.Generic.IEnumerable> +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetClrEnumMemberAnnotation(this Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmEnumType enumType) -> Microsoft.OData.ModelBuilder.ClrEnumMemberAnnotation +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetClrPropertyName(this Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmProperty edmProperty) -> string +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetConcurrencyProperties(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> System.Collections.Generic.IEnumerable +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetDynamicPropertyDictionary(this Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmStructuredType edmType) -> System.Reflection.PropertyInfo +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetModelName(this Microsoft.OData.Edm.IEdmModel model) -> string +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetTypeMapper(this Microsoft.OData.Edm.IEdmModel model) -> Microsoft.AspNetCore.OData.Edm.IODataTypeMapper +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.SetModelName(this Microsoft.OData.Edm.IEdmModel model, string name) -> void +static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.SetTypeMapper(this Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper) -> void +static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.GetNavigationSourceLinkBuilder(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation +static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.GetOperationLinkBuilder(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmOperation operation) -> Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder +static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.HasEditLink(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder editLinkBuilder) -> void +static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.HasIdLink(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder idLinkBuilder) -> void +static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.HasNavigationPropertyLink(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder linkBuilder) -> void +static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.HasReadLink(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder readLinkBuilder) -> void +static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.SetNavigationSourceLinkBuilder(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation navigationSourceLinkBuilder) -> void +static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.SetOperationLinkBuilder(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder operationLinkBuilder) -> void +static Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions.GetClrType(this Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper, Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmTypeReference edmType) -> System.Type +static Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions.GetClrType(this Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper, Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.OData.ModelBuilder.IAssemblyResolver assembliesResolver) -> System.Type +static Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions.GetEdmType(this Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper, Microsoft.OData.Edm.IEdmModel edmModel, System.Type clrType) -> Microsoft.OData.Edm.IEdmType +static Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions.GetPrimitiveType(this Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper, Microsoft.OData.Edm.IEdmPrimitiveTypeReference primitiveType) -> System.Type +static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.AddSelector(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action, string httpMethods, string prefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate path, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options = null) -> void +static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.GetAttribute(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> T +static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.HasODataKeyParameter(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action, Microsoft.OData.Edm.IEdmEntityType entityType, bool enablePropertyNameCaseInsensitive = false, string keyPrefix = "key") -> bool +static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.HasParameter(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action, string parameterName) -> bool +static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.IsODataIgnored(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> bool +static Microsoft.AspNetCore.OData.Extensions.ControllerModelExtensions.GetAttribute(this Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller) -> T +static Microsoft.AspNetCore.OData.Extensions.ControllerModelExtensions.HasAttribute(this Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller) -> bool +static Microsoft.AspNetCore.OData.Extensions.ControllerModelExtensions.IsODataIgnored(this Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller) -> bool +static Microsoft.AspNetCore.OData.Extensions.HttpContextExtensions.ODataBatchFeature(this Microsoft.AspNetCore.Http.HttpContext httpContext) -> Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature +static Microsoft.AspNetCore.OData.Extensions.HttpContextExtensions.ODataFeature(this Microsoft.AspNetCore.Http.HttpContext httpContext) -> Microsoft.AspNetCore.OData.Abstracts.IODataFeature +static Microsoft.AspNetCore.OData.Extensions.HttpContextExtensions.ODataOptions(this Microsoft.AspNetCore.Http.HttpContext httpContext) -> Microsoft.AspNetCore.OData.ODataOptions +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.ClearRouteServices(this Microsoft.AspNetCore.Http.HttpRequest request, bool dispose = false) -> void +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.CreateETag(this Microsoft.AspNetCore.Http.HttpRequest request, System.Collections.Generic.IDictionary properties, System.TimeZoneInfo timeZone = null) -> string +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.CreateRouteServices(this Microsoft.AspNetCore.Http.HttpRequest request, string routePrefix) -> System.IServiceProvider +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetDeserializerProvider(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetETagHandler(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Abstracts.IETagHandler +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetModel(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.OData.Edm.IEdmModel +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetNextPageLink(this Microsoft.AspNetCore.Http.HttpRequest request, int pageSize, object instance, System.Func objectToSkipTokenValue) -> System.Uri +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetODataVersion(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.OData.ODataVersion +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetReaderSettings(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.OData.ODataMessageReaderSettings +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetRouteServices(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.IServiceProvider +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetTimeZoneInfo(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.TimeZoneInfo +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetWriterSettings(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.OData.ODataMessageWriterSettings +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.IsCountRequest(this Microsoft.AspNetCore.Http.HttpRequest request) -> bool +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.IsNoDollarQueryEnable(this Microsoft.AspNetCore.Http.HttpRequest request) -> bool +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.ODataBatchFeature(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.ODataFeature(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Abstracts.IODataFeature +static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.ODataOptions(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.ODataOptions +static Microsoft.AspNetCore.OData.Extensions.HttpResponseExtensions.IsSuccessStatusCode(this Microsoft.AspNetCore.Http.HttpResponse response) -> bool +static Microsoft.AspNetCore.OData.Extensions.LinkGeneratorHelpers.CreateODataLink(this Microsoft.AspNetCore.Http.HttpRequest request, params Microsoft.OData.UriParser.ODataPathSegment[] segments) -> string +static Microsoft.AspNetCore.OData.Extensions.LinkGeneratorHelpers.CreateODataLink(this Microsoft.AspNetCore.Http.HttpRequest request, System.Collections.Generic.IList segments) -> string +static Microsoft.AspNetCore.OData.Extensions.SerializableErrorExtensions.CreateODataError(this Microsoft.AspNetCore.Mvc.SerializableError serializableError) -> Microsoft.OData.ODataError +static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateActionLink(this Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, Microsoft.OData.Edm.IEdmOperation action) -> System.Uri +static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateActionLink(this Microsoft.AspNetCore.OData.Formatter.ResourceSetContext resourceSetContext, Microsoft.OData.Edm.IEdmOperation action) -> System.Uri +static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateFunctionLink(this Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, Microsoft.OData.Edm.IEdmOperation function) -> System.Uri +static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateFunctionLink(this Microsoft.AspNetCore.OData.Formatter.ResourceSetContext resourceSetContext, Microsoft.OData.Edm.IEdmOperation function) -> System.Uri +static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateNavigationPropertyLink(this Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, bool includeCast) -> System.Uri +static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateSelfLink(this Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, bool includeCast) -> System.Uri +static Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.GetDefaultBaseAddress(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Uri +static Microsoft.AspNetCore.OData.Formatter.ODataInputFormatterFactory.Create() -> System.Collections.Generic.IList +static Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.GetDefaultBaseAddress(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Uri +static Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatterFactory.Create() -> System.Collections.Generic.IList +static Microsoft.AspNetCore.OData.Formatter.Serialization.DefaultUntypedResourceMapper.Instance -> Microsoft.AspNetCore.OData.Formatter.Serialization.IUntypedResourceMapper +static Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.AddTypeNameAnnotationAsNeeded(Microsoft.OData.ODataCollectionValue value, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel) -> void +static Microsoft.AspNetCore.OData.Formatter.Value.EdmTypeExtensions.IsDeltaResource(this Microsoft.AspNetCore.OData.Formatter.Value.IEdmObject resource) -> bool +static Microsoft.AspNetCore.OData.Formatter.Value.EdmTypeExtensions.IsDeltaResourceSet(this Microsoft.OData.Edm.IEdmType type) -> bool +static Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataReaderExtensions.ReadResourceOrResourceSet(this Microsoft.OData.ODataReader reader) -> Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataItemWrapper +static Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataReaderExtensions.ReadResourceOrResourceSetAsync(this Microsoft.OData.ODataReader reader) -> System.Threading.Tasks.Task +static Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions.UseODataBatching(this Microsoft.AspNetCore.Builder.IApplicationBuilder app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder +static Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions.UseODataQueryRequest(this Microsoft.AspNetCore.Builder.IApplicationBuilder app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder +static Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions.UseODataRouteDebug(this Microsoft.AspNetCore.Builder.IApplicationBuilder app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder +static Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions.UseODataRouteDebug(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string routePattern) -> Microsoft.AspNetCore.Builder.IApplicationBuilder +static Microsoft.AspNetCore.OData.ODataMvcBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder) -> Microsoft.Extensions.DependencyInjection.IMvcBuilder +static Microsoft.AspNetCore.OData.ODataMvcBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action setupAction) -> Microsoft.Extensions.DependencyInjection.IMvcBuilder +static Microsoft.AspNetCore.OData.ODataMvcBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action setupAction) -> Microsoft.Extensions.DependencyInjection.IMvcBuilder +static Microsoft.AspNetCore.OData.ODataMvcCoreBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder) -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder +static Microsoft.AspNetCore.OData.ODataMvcCoreBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, System.Action setupAction) -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder +static Microsoft.AspNetCore.OData.ODataMvcCoreBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, System.Action setupAction) -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder +static Microsoft.AspNetCore.OData.ODataServiceCollectionExtensions.AddODataQueryFilter(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection +static Microsoft.AspNetCore.OData.ODataServiceCollectionExtensions.AddODataQueryFilter(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.AspNetCore.Mvc.Filters.IActionFilter queryFilter) -> Microsoft.Extensions.DependencyInjection.IServiceCollection +static Microsoft.AspNetCore.OData.ODataUriFunctions.AddCustomUriFunction(string functionName, Microsoft.OData.UriParser.FunctionSignatureWithReturnType functionSignature, System.Reflection.MethodInfo methodInfo) -> void +static Microsoft.AspNetCore.OData.ODataUriFunctions.RemoveCustomUriFunction(string functionName, Microsoft.OData.UriParser.FunctionSignatureWithReturnType functionSignature, System.Reflection.MethodInfo methodInfo) -> bool +static Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.CreateErrorResponse(string message, System.Exception exception = null) -> Microsoft.AspNetCore.Mvc.SerializableError +static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder binder, System.Collections.IEnumerable query, Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Collections.IEnumerable +static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder binder, System.Linq.Expressions.Expression source, Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder binder, System.Linq.IQueryable query, Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.IQueryable +static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder binder, System.Linq.Expressions.Expression source, Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, bool alreadyOrdered) -> System.Linq.Expressions.Expression +static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder binder, System.Linq.IQueryable query, Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, bool alreadyOrdered) -> System.Linq.IQueryable +static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.ISearchBinder binder, System.Linq.IQueryable source, Microsoft.OData.UriParser.SearchClause searchClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.IQueryable +static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.ISelectExpandBinder binder, object source, Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> object +static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.ISelectExpandBinder binder, System.Linq.IQueryable source, Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.IQueryable +static Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.ApplyNullPropagationForFilterBody(System.Linq.Expressions.Expression body, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +static Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.GetDynamicPropertyContainer(Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode openNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Reflection.PropertyInfo +static Microsoft.AspNetCore.OData.Query.HttpRequestODataQueryExtensions.GetETag(this Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTagHeaderValue) -> Microsoft.AspNetCore.OData.Query.ETag +static Microsoft.AspNetCore.OData.Query.HttpRequestODataQueryExtensions.GetETag(this Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTagHeaderValue) -> Microsoft.AspNetCore.OData.Query.ETag +static Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IsSystemQueryOption(string queryOptionName) -> bool +static Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IsSystemQueryOption(string queryOptionName, bool isDollarSignOptional) -> bool +static Microsoft.AspNetCore.OData.Query.ODataQueryOptions.LimitResults(System.Linq.IQueryable queryable, int limit, bool parameterize, out bool resultsLimited) -> System.Linq.IQueryable +static Microsoft.AspNetCore.OData.Query.ODataQueryOptions.LimitResults(System.Linq.IQueryable queryable, int limit, out bool resultsLimited) -> System.Linq.IQueryable +static Microsoft.AspNetCore.OData.Query.OrderByNode.CreateCollection(Microsoft.OData.UriParser.OrderByClause orderByClause) -> System.Collections.Generic.IList +static Microsoft.AspNetCore.OData.Results.SingleResult.Create(System.Linq.IQueryable queryable) -> Microsoft.AspNetCore.OData.Results.SingleResult +static Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.AddSelector(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context, Microsoft.OData.Edm.IEdmOperation edmOperation, bool hasKeyParameter, Microsoft.OData.Edm.IEdmEntityType entityType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmEntityType castType) -> void +static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.GetEdmType(this Microsoft.OData.UriParser.ODataPath path) -> Microsoft.OData.Edm.IEdmType +static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.GetNavigationSource(this Microsoft.OData.UriParser.ODataPath path) -> Microsoft.OData.Edm.IEdmNavigationSource +static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.GetPathString(this Microsoft.OData.UriParser.ODataPath path) -> string +static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.GetPathString(this System.Collections.Generic.IList segments) -> string +static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.IsStreamPropertyPath(this Microsoft.OData.UriParser.ODataPath path) -> bool +static Microsoft.AspNetCore.OData.Routing.ODataPathSegmentTranslator.TranslateParameterAlias(Microsoft.OData.UriParser.SingleValueNode node, System.Collections.Generic.IDictionary parameterAliasNodes) -> Microsoft.OData.UriParser.SingleValueNode +static Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate.Instance.get -> Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate +static Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate.Instance.get -> Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.ErrorCodeKey -> string +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.ExceptionMessageKey -> string +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.ExceptionTypeKey -> string +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.InnerExceptionKey -> string +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.MessageDetailKey -> string +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.MessageKey -> string +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.MessageLanguageKey -> string +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.ModelStateKey -> string +static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.StackTraceKey -> string +virtual Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler.ExecuteRequestMessagesAsync(System.Collections.Generic.IEnumerable requests, Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task> +virtual Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler.ParseBatchRequestsAsync(Microsoft.AspNetCore.Http.HttpContext context) -> System.Threading.Tasks.Task> +virtual Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.CreateResponseMessageAsync(System.Collections.Generic.IEnumerable responses, Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.GetBaseUri(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Uri +virtual Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.ValidateRequest(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler.ExecuteChangeSetAsync(Microsoft.OData.ODataBatchReader batchReader, System.Guid batchId, Microsoft.AspNetCore.Http.HttpRequest originalRequest, Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler.ExecuteOperationAsync(Microsoft.OData.ODataBatchReader batchReader, System.Guid batchId, Microsoft.AspNetCore.Http.HttpRequest originalRequest, Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Deltas.Delta.ExpectedClrType.get -> System.Type +virtual Microsoft.AspNetCore.OData.Deltas.Delta.StructuredType.get -> System.Type +virtual Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.GetClrPrimitiveType(Microsoft.OData.Edm.IEdmPrimitiveType primitiveType, bool nullable) -> System.Type +virtual Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.GetClrType(Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmType edmType, bool nullable, Microsoft.OData.ModelBuilder.IAssemblyResolver assembliesResolver) -> System.Type +virtual Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.GetEdmPrimitiveType(System.Type clrType) -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference +virtual Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.GetEdmTypeReference(Microsoft.OData.Edm.IEdmModel edmModel, System.Type clrType) -> Microsoft.OData.Edm.IEdmTypeReference +virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildEditLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel, System.Uri idLink) -> System.Uri +virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildEntitySelfLinks(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel) -> Microsoft.AspNetCore.OData.Edm.EntitySelfLinks +virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildIdLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel) -> System.Uri +virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildNavigationLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel) -> System.Uri +virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildReadLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel, System.Uri editLink) -> System.Uri +virtual Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.BuildLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext context) -> System.Uri +virtual Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.BuildLink(Microsoft.AspNetCore.OData.Formatter.ResourceSetContext context) -> System.Uri +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer.ReadCollectionValue(Microsoft.OData.ODataCollectionValue collectionValue, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Collections.IEnumerable +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ReadDeltaResource(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resource, Microsoft.OData.Edm.IEdmStructuredTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ReadDeltaResourceSet(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper deltaResourceSet, Microsoft.OData.Edm.IEdmStructuredTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Collections.IEnumerable +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerProvider.GetEdmTypeDeserializer(Microsoft.OData.Edm.IEdmTypeReference edmType, bool isDelta = false) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataEdmTypeDeserializer +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerProvider.GetODataDeserializer(System.Type type, Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer.ReadPrimitive(Microsoft.OData.ODataProperty primitiveProperty, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyDeletedResource(object resource, Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyNestedProperties(object resource, Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyNestedProperty(object resource, Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper resourceInfoWrapper, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyStructuralProperties(object resource, Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyStructuralProperty(object resource, Microsoft.OData.ODataProperty structuralProperty, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.CreateResourceInstance(Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ReadResource(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadPrimitiveItem(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataPrimitiveWrapper primitiveWrapper, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadResourceItem(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadResourceSet(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper resourceSet, Microsoft.OData.Edm.IEdmStructuredTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Collections.IEnumerable +virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadResourceSetItem(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper resourceSetWrapper, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.DefaultUntypedResourceMapper.Map(object resource, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext context) -> System.Collections.Generic.IDictionary +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.CreateODataCollectionValue(System.Collections.IEnumerable enumerable, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataCollectionValue +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.WriteCollectionAsync(Microsoft.OData.ODataCollectionWriter writer, object graph, Microsoft.OData.Edm.IEdmTypeReference collectionType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.CreateODataDeltaResourceSet(System.Collections.IEnumerable feedInstance, Microsoft.OData.Edm.IEdmCollectionTypeReference feedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataDeltaResourceSet +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteDeltaDeletedLinkAsync(object value, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteDeltaDeletedResourceAsync(object value, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteDeltaLinkAsync(object value, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer.CreateODataEnumValue(object graph, Microsoft.OData.Edm.IEdmEnumTypeReference enumType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataEnumValue +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer.CreateODataPrimitiveValue(object graph, Microsoft.OData.Edm.IEdmPrimitiveTypeReference primitiveType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataPrimitiveValue +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.AppendDynamicProperties(Microsoft.OData.ODataResource resource, Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode selectExpandNode, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> void +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateComplexNestedResourceInfo(Microsoft.OData.Edm.IEdmStructuralProperty complexProperty, Microsoft.OData.UriParser.PathSelectItem pathSelectItem, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataNestedResourceInfo +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateComputedProperty(string propertyName, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataProperty +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateDynamicComplexNestedResourceInfo(string propertyName, object propertyValue, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataNestedResourceInfo +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateETag(Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> string +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateNavigationLink(Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataNestedResourceInfo +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateODataAction(Microsoft.OData.Edm.IEdmAction action, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataAction +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateODataFunction(Microsoft.OData.Edm.IEdmFunction function, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataFunction +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateResource(Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode selectExpandNode, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataResource +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateSelectExpandNode(Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateStreamProperty(Microsoft.OData.Edm.IEdmStructuralProperty structuralProperty, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataStreamPropertyInfo +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateStructuralProperty(Microsoft.OData.Edm.IEdmStructuralProperty structuralProperty, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataProperty +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateUntypedNestedResourceInfo(Microsoft.OData.Edm.IEdmStructuralProperty structuralProperty, object propertyValue, Microsoft.OData.Edm.IEdmTypeReference valueType, Microsoft.OData.UriParser.PathSelectItem pathSelectItem, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataNestedResourceInfo +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateUntypedPropertyValue(Microsoft.OData.Edm.IEdmStructuralProperty structuralProperty, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, out Microsoft.OData.Edm.IEdmTypeReference actualType) -> object +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.ShouldWriteNavigation(Microsoft.OData.ODataNestedResourceInfo navigationLink, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> bool +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.WriteDeltaObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.CreateODataOperation(Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.OData.Formatter.ResourceSetContext resourceSetContext, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataOperation +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.CreateResourceSet(System.Collections.Generic.IAsyncEnumerable resourceSetInstance, Microsoft.OData.Edm.IEdmCollectionTypeReference resourceSetType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataResourceSet +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.CreateResourceSet(System.Collections.IEnumerable resourceSetInstance, Microsoft.OData.Edm.IEdmCollectionTypeReference resourceSetType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataResourceSet +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteEnumItemAsync(object enumValue, Microsoft.OData.Edm.IEdmTypeReference enumType, Microsoft.OData.Edm.IEdmTypeReference parentSetType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WritePrimitiveItemAsync(object primitiveValue, Microsoft.OData.Edm.IEdmTypeReference primitiveType, Microsoft.OData.Edm.IEdmTypeReference parentSetType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteResourceItemAsync(object resourceValue, Microsoft.OData.Edm.IEdmTypeReference resourceType, Microsoft.OData.Edm.IEdmTypeReference parentSetType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteResourceSetItemAsync(object itemSetValue, Microsoft.OData.Edm.IEdmTypeReference itemSetType, Microsoft.OData.Edm.IEdmTypeReference parentSetType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerProvider.GetEdmTypeSerializer(Microsoft.OData.Edm.IEdmTypeReference edmType) -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer +virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerProvider.GetODataPayloadSerializer(System.Type type, Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer +virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.ApplyQuery(object entity, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> object +virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.ApplyQuery(System.Linq.IQueryable queryable, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable +virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.CreateAndValidateQueryOptions(Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.AspNetCore.OData.Query.ODataQueryContext queryContext) -> Microsoft.AspNetCore.OData.Query.ODataQueryOptions +virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.CreateQueryOptionsOnExecuting(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext actionExecutingContext) -> Microsoft.AspNetCore.OData.Query.ODataQueryOptions +virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.GetModel(System.Type elementClrType, Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor actionDescriptor) -> Microsoft.OData.Edm.IEdmModel +virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.ValidateQuery(Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> void +virtual Microsoft.AspNetCore.OData.Query.ETag.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable +virtual Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase.BindCollectionConstantNode(Microsoft.OData.UriParser.CollectionConstantNode node) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase.BindConstantNode(Microsoft.OData.UriParser.ConstantNode constantNode) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase.BindSingleValueFunctionCallNode(Microsoft.OData.UriParser.SingleValueFunctionCallNode node) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.FilterBinder.BindFilter(Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinder.BindOrderBy(Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.Bind(Microsoft.OData.UriParser.QueryNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindAllNode(Microsoft.OData.UriParser.AllNode allNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindAnyNode(Microsoft.OData.UriParser.AnyNode anyNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindBinaryOperatorNode(Microsoft.OData.UriParser.BinaryOperatorNode binaryOperatorNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCastSingleValue(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCeiling(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionComplexNode(Microsoft.OData.UriParser.CollectionComplexNode collectionComplexNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionConstantNode(Microsoft.OData.UriParser.CollectionConstantNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionNode(Microsoft.OData.UriParser.CollectionNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionPropertyAccessNode(Microsoft.OData.UriParser.CollectionPropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionResourceCastNode(Microsoft.OData.UriParser.CollectionResourceCastNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindConcat(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindConstantNode(Microsoft.OData.UriParser.ConstantNode constantNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindContains(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindConvertNode(Microsoft.OData.UriParser.ConvertNode convertNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCountNode(Microsoft.OData.UriParser.CountNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCustomMethodExpressionOrNull(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindDate(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindDateRelatedProperty(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindDynamicPropertyAccessQueryNode(Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode openNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindEndsWith(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindFloor(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindFractionalSeconds(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindIndexOf(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindInNode(Microsoft.OData.UriParser.InNode inNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindIsOf(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindLength(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindMatchesPattern(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindNavigationPropertyNode(Microsoft.OData.UriParser.QueryNode sourceNode, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, string propertyPath, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindNow(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindPropertyAccessQueryNode(Microsoft.OData.UriParser.SingleValuePropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindRangeVariable(Microsoft.OData.UriParser.RangeVariable rangeVariable, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindRound(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleComplexNode(Microsoft.OData.UriParser.SingleComplexNode singleComplexNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleResourceCastFunctionCall(Microsoft.OData.UriParser.SingleResourceFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleResourceCastNode(Microsoft.OData.UriParser.SingleResourceCastNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleResourceFunctionCallNode(Microsoft.OData.UriParser.SingleResourceFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleValueFunctionCallNode(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleValueNode(Microsoft.OData.UriParser.SingleValueNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindStartsWith(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSubstring(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindTime(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindTimeRelatedProperty(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindToLower(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindToUpper(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindTrim(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindUnaryOperatorNode(Microsoft.OData.UriParser.UnaryOperatorNode unaryOperatorNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.BindComputedProperty(System.Linq.Expressions.Expression source, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, string computedProperty, System.Collections.Generic.IList includedProperties) -> void +virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.BindOrderByProperties(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, System.Linq.Expressions.Expression source, Microsoft.OData.Edm.IEdmStructuredType structuredType, System.Collections.Generic.IList includedProperties, bool isSelectedAll) -> void +virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.BindSelectExpand(Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.BuildDynamicProperty(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, System.Linq.Expressions.Expression source, Microsoft.OData.Edm.IEdmStructuredType structuredType, System.Collections.Generic.IList includedProperties) -> void +virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.CreatePropertyNameExpression(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, Microsoft.OData.Edm.IEdmStructuredType elementType, Microsoft.OData.Edm.IEdmProperty edmProperty, System.Linq.Expressions.Expression source) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.CreatePropertyValueExpression(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, Microsoft.OData.Edm.IEdmStructuredType elementType, Microsoft.OData.Edm.IEdmProperty edmProperty, System.Linq.Expressions.Expression source, Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.OData.UriParser.ComputeClause computeClause = null) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.CreateTotalCountExpression(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, System.Linq.Expressions.Expression source, bool? countOption) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.CreateTypeNameExpression(System.Linq.Expressions.Expression source, Microsoft.OData.Edm.IEdmStructuredType elementType, Microsoft.OData.Edm.IEdmModel model) -> System.Linq.Expressions.Expression +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(object entity, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> object +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(object entity, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.AllowedQueryOptions ignoreQueryOptions) -> object +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.AllowedQueryOptions ignoreQueryOptions) -> System.Linq.IQueryable +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.AllowedQueryOptions ignoreQueryOptions) -> System.Linq.IQueryable +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.GenerateStableOrder() -> Microsoft.AspNetCore.OData.Query.OrderByQueryOption +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IfMatch.get -> Microsoft.AspNetCore.OData.Query.ETag +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IfNoneMatch.get -> Microsoft.AspNetCore.OData.Query.ETag +virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable +virtual Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable +virtual Microsoft.AspNetCore.OData.Query.Validator.ComputeQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.ComputeQueryOption computeQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.CountQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.CountQueryOption countQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.FilterQueryOption filterQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings settings) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateAllNode(Microsoft.OData.UriParser.AllNode allNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateAnyNode(Microsoft.OData.UriParser.AnyNode anyNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateArithmeticOperator(Microsoft.OData.UriParser.BinaryOperatorNode binaryNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateBinaryOperatorNode(Microsoft.OData.UriParser.BinaryOperatorNode binaryOperatorNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCollectionComplexNode(Microsoft.OData.UriParser.CollectionComplexNode collectionComplexNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCollectionNode(Microsoft.OData.UriParser.CollectionNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCollectionPropertyAccessNode(Microsoft.OData.UriParser.CollectionPropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCollectionResourceCastNode(Microsoft.OData.UriParser.CollectionResourceCastNode collectionResourceCastNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateConstantNode(Microsoft.OData.UriParser.ConstantNode constantNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateConvertNode(Microsoft.OData.UriParser.ConvertNode convertNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCountNode(Microsoft.OData.UriParser.CountNode countNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateFilter(Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateLogicalOperator(Microsoft.OData.UriParser.BinaryOperatorNode binaryNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateNavigationPropertyNode(Microsoft.OData.UriParser.QueryNode sourceNode, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateQueryNode(Microsoft.OData.UriParser.QueryNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateRangeVariable(Microsoft.OData.UriParser.RangeVariable rangeVariable, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleComplexNode(Microsoft.OData.UriParser.SingleComplexNode singleComplexNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleResourceCastNode(Microsoft.OData.UriParser.SingleResourceCastNode singleResourceCastNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleResourceFunctionCallNode(Microsoft.OData.UriParser.SingleResourceFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleValueFunctionCallNode(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleValueNode(Microsoft.OData.UriParser.SingleValueNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleValuePropertyAccessNode(Microsoft.OData.UriParser.SingleValuePropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateUnaryOperatorNode(Microsoft.OData.UriParser.UnaryOperatorNode unaryOperatorNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.ODataQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.ODataQueryOptions options, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.OrderByQueryOption orderByOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateAllNode(Microsoft.OData.UriParser.AllNode allNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateAnyNode(Microsoft.OData.UriParser.AnyNode anyNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateBinaryOperatorNode(Microsoft.OData.UriParser.BinaryOperatorNode binaryOperatorNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCollectionComplexNode(Microsoft.OData.UriParser.CollectionComplexNode collectionComplexNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCollectionNode(Microsoft.OData.UriParser.CollectionNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCollectionPropertyAccessNode(Microsoft.OData.UriParser.CollectionPropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCollectionResourceCastNode(Microsoft.OData.UriParser.CollectionResourceCastNode collectionResourceCastNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateConstantNode(Microsoft.OData.UriParser.ConstantNode constantNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateConvertNode(Microsoft.OData.UriParser.ConvertNode convertNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCountNode(Microsoft.OData.UriParser.CountNode countNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateInNode(Microsoft.OData.UriParser.InNode inNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateNavigationPropertyNode(Microsoft.OData.UriParser.CollectionNavigationNode collectionNavigation, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateNavigationPropertyNode(Microsoft.OData.UriParser.SingleNavigationNode singleNavigation, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateOrderBy(Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateQueryNode(Microsoft.OData.UriParser.QueryNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateRangeVariable(Microsoft.OData.UriParser.RangeVariable rangeVariable, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleComplexNode(Microsoft.OData.UriParser.SingleComplexNode singleComplexNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleResourceCastNode(Microsoft.OData.UriParser.SingleResourceCastNode singleResourceCastNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleResourceFunctionCallNode(Microsoft.OData.UriParser.SingleResourceFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleValueFunctionCallNode(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleValueNode(Microsoft.OData.UriParser.SingleValueNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext, bool skipRangeVariable) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleValueOpenPropertyNode(Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode openPropertyNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleValuePropertyAccessNode(Microsoft.OData.UriParser.SingleValuePropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateUnaryOperatorNode(Microsoft.OData.UriParser.UnaryOperatorNode unaryOperatorNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption selectExpandQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateExpandedCountSelectItem(Microsoft.OData.UriParser.ExpandedCountSelectItem expandCountItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateExpandedNavigationSelectItem(Microsoft.OData.UriParser.ExpandedNavigationSelectItem expandItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateExpandedReferenceSelectItem(Microsoft.OData.UriParser.ExpandedReferenceSelectItem expandReferItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNamespaceQualifiedWildcardSelectItem(Microsoft.OData.UriParser.NamespaceQualifiedWildcardSelectItem namespaceQualifiedWildcardSelectItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedApply(Microsoft.OData.UriParser.Aggregation.ApplyClause applyClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedCompute(Microsoft.OData.UriParser.ComputeClause computeClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedCount(bool? countOption, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedFilter(Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedLevels(Microsoft.OData.UriParser.LevelsClause levelsClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedOrderby(Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedSearch(Microsoft.OData.UriParser.SearchClause searchClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedSkip(long? skipOption, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedTop(long? topOption, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidatePathSelectItem(Microsoft.OData.UriParser.PathSelectItem pathSelectItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateSelectExpand(Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateWildcardSelectItem(Microsoft.OData.UriParser.WildcardSelectItem wildCardSelectItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SkipQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SkipQueryOption skipQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.SkipTokenQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipToken, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Query.Validator.TopQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.TopQueryOption topQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void +virtual Microsoft.AspNetCore.OData.Results.CreatedODataResult.Entity.get -> T +virtual Microsoft.AspNetCore.OData.Results.UpdatedODataResult.Entity.get -> T +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.BadRequest(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.BadRequestODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.BadRequest(string message) -> Microsoft.AspNetCore.OData.Results.BadRequestODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Conflict(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.ConflictODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Conflict(string message) -> Microsoft.AspNetCore.OData.Results.ConflictODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Created(TEntity entity) -> Microsoft.AspNetCore.OData.Results.CreatedODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.NotFound(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.NotFoundODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.NotFound(string message) -> Microsoft.AspNetCore.OData.Results.NotFoundODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.ODataErrorResult(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.ODataErrorResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.ODataErrorResult(string errorCode, string message) -> Microsoft.AspNetCore.OData.Results.ODataErrorResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Unauthorized(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Unauthorized(string message) -> Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.UnprocessableEntity(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.UnprocessableEntity(string message) -> Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult +virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Updated(TEntity entity) -> Microsoft.AspNetCore.OData.Results.UpdatedODataResult +virtual Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.CanApplyDollarCount(Microsoft.OData.Edm.IEdmEntitySet entitySet, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.CanApplyDollarCount(Microsoft.OData.Edm.IEdmNavigationProperty edmProperty, string method, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.CanApply(Microsoft.OData.Edm.IEdmProperty edmProperty, string method, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.CanApplyDollarCount(Microsoft.OData.Edm.IEdmProperty edmProperty, string method, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.CanApplyDollarValue(Microsoft.OData.Edm.IEdmProperty edmProperty, string method, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool +virtual Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention.Order.get -> int +virtual Microsoft.AspNetCore.OData.Routing.Parser.DefaultODataPathTemplateParser.Parse(Microsoft.OData.Edm.IEdmModel model, string odataPath, System.IServiceProvider requestProvider) -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate +virtual Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options = null) -> System.Collections.Generic.IEnumerable \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.OData/PublicAPI.Unshipped.txt b/src/Microsoft.AspNetCore.OData/PublicAPI.Unshipped.txt index 1874ae4d2..5f282702b 100644 --- a/src/Microsoft.AspNetCore.OData/PublicAPI.Unshipped.txt +++ b/src/Microsoft.AspNetCore.OData/PublicAPI.Unshipped.txt @@ -1,2064 +1 @@ -abstract Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.ProcessBatchAsync(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.RequestDelegate nextHandler) -> System.Threading.Tasks.Task -abstract Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task -abstract Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem.WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer) -> System.Threading.Tasks.Task -abstract Microsoft.AspNetCore.OData.Deltas.Delta.Clear() -> void -abstract Microsoft.AspNetCore.OData.Deltas.Delta.GetChangedPropertyNames() -> System.Collections.Generic.IEnumerable -abstract Microsoft.AspNetCore.OData.Deltas.Delta.GetDeltaNestedNavigationProperties() -> System.Collections.Generic.IDictionary -abstract Microsoft.AspNetCore.OData.Deltas.Delta.GetUnchangedPropertyNames() -> System.Collections.Generic.IEnumerable -abstract Microsoft.AspNetCore.OData.Deltas.Delta.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -abstract Microsoft.AspNetCore.OData.Deltas.Delta.TryGetPropertyType(string name, out System.Type type) -> bool -abstract Microsoft.AspNetCore.OData.Deltas.Delta.TryGetPropertyValue(string name, out object value) -> bool -abstract Microsoft.AspNetCore.OData.Deltas.Delta.TrySetPropertyValue(string name, object value) -> bool -abstract Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double -abstract Microsoft.AspNetCore.OData.Formatter.MediaType.ODataRawValueMediaTypeMapping.IsMatch(Microsoft.OData.UriParser.PropertySegment propertySegment) -> bool -abstract Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -abstract Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase.Bind(Microsoft.OData.UriParser.QueryNode node) -> System.Linq.Expressions.Expression -abstract Microsoft.AspNetCore.OData.Query.SkipTokenHandler.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipTokenQueryOption, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable -abstract Microsoft.AspNetCore.OData.Query.SkipTokenHandler.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipTokenQueryOption, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable -abstract Microsoft.AspNetCore.OData.Query.SkipTokenHandler.GenerateNextPageLink(System.Uri baseUri, int pageSize, object instance, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext context) -> System.Uri -abstract Microsoft.AspNetCore.OData.Query.Wrapper.DynamicTypeWrapper.Values.get -> System.Collections.Generic.Dictionary -abstract Microsoft.AspNetCore.OData.Results.PageResult.ToDictionary() -> System.Collections.Generic.IDictionary -abstract Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -abstract Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.IsOperationParameterMatched(Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> bool -abstract Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.Order.get -> int -abstract Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -abstract Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -const Microsoft.AspNetCore.OData.Formatter.ODataParameterValue.ParameterValuePrefix = "DF908045-6922-46A0-82F2-2F6E7F43D1B1_" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Action = "action" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Batch = "$batch" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Cast = "cast" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Count = "$count" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.DynamicProperty = "dynamicproperty" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.EntitySet = "entityset" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Function = "function" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Key = "key" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Metadata = "$metadata" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Navigation = "navigation" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.PathTemplate = "template" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Property = "property" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Ref = "$ref" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.ServiceBase = "~" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Singleton = "singleton" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.UnboundAction = "unboundaction" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.UnboundFunction = "unboundfunction" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Unresolved = "unresolved" -> string -const Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds.Value = "$value" -> string -Microsoft.AspNetCore.OData.Abstracts.ETagActionFilterAttribute -Microsoft.AspNetCore.OData.Abstracts.ETagActionFilterAttribute.ETagActionFilterAttribute() -> void -Microsoft.AspNetCore.OData.Abstracts.HttpRequestScope -Microsoft.AspNetCore.OData.Abstracts.HttpRequestScope.HttpRequest.get -> Microsoft.AspNetCore.Http.HttpRequest -Microsoft.AspNetCore.OData.Abstracts.HttpRequestScope.HttpRequest.set -> void -Microsoft.AspNetCore.OData.Abstracts.HttpRequestScope.HttpRequestScope() -> void -Microsoft.AspNetCore.OData.Abstracts.IETagHandler -Microsoft.AspNetCore.OData.Abstracts.IETagHandler.CreateETag(System.Collections.Generic.IDictionary properties, System.TimeZoneInfo timeZoneInfo = null) -> Microsoft.Net.Http.Headers.EntityTagHeaderValue -Microsoft.AspNetCore.OData.Abstracts.IETagHandler.ParseETag(Microsoft.Net.Http.Headers.EntityTagHeaderValue etagHeaderValue) -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature -Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.BatchId.get -> System.Guid? -Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.BatchId.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ChangeSetId.get -> System.Guid? -Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ChangeSetId.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ContentId.get -> string -Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ContentId.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature.ContentIdMapping.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Abstracts.IODataFeature -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.ApplyClause.get -> Microsoft.OData.UriParser.Aggregation.ApplyClause -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.ApplyClause.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.BaseAddress.get -> string -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.BaseAddress.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.BatchRouteData.get -> Microsoft.AspNetCore.Routing.RouteValueDictionary -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.DeltaLink.get -> System.Uri -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.DeltaLink.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Endpoint.get -> System.Net.EndPoint -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Endpoint.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Model.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.NextLink.get -> System.Uri -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.NextLink.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Path.get -> Microsoft.OData.UriParser.ODataPath -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Path.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RequestScope.get -> Microsoft.Extensions.DependencyInjection.IServiceScope -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RequestScope.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RoutePrefix.get -> string -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RoutePrefix.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.RoutingConventionsStore.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.SelectExpandClause.get -> Microsoft.OData.UriParser.SelectExpandClause -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.SelectExpandClause.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Services.get -> System.IServiceProvider -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.Services.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.TotalCount.get -> long? -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.TotalCount.set -> void -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.TotalCountFunc.get -> System.Func -Microsoft.AspNetCore.OData.Abstracts.IODataFeature.TotalCountFunc.set -> void -Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBindingAttribute -Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBindingAttribute.NonValidatingParameterBindingAttribute() -> void -Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBindingAttribute.ShouldValidateEntry(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationEntry entry, Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationEntry parentEntry) -> bool -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.BatchId.get -> System.Guid? -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.BatchId.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ChangeSetId.get -> System.Guid? -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ChangeSetId.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ContentId.get -> string -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ContentId.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ContentIdMapping.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Abstracts.ODataBatchFeature.ODataBatchFeature() -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.ApplyClause.get -> Microsoft.OData.UriParser.Aggregation.ApplyClause -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.ApplyClause.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.BaseAddress.get -> string -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.BaseAddress.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.BatchRouteData.get -> Microsoft.AspNetCore.Routing.RouteValueDictionary -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.DeltaLink.get -> System.Uri -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.DeltaLink.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Endpoint.get -> System.Net.EndPoint -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Endpoint.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Model.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.NextLink.get -> System.Uri -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.NextLink.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.ODataFeature() -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Path.get -> Microsoft.OData.UriParser.ODataPath -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Path.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RequestScope.get -> Microsoft.Extensions.DependencyInjection.IServiceScope -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RequestScope.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RoutePrefix.get -> string -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RoutePrefix.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.RoutingConventionsStore.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.SelectExpandClause.get -> Microsoft.OData.UriParser.SelectExpandClause -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.SelectExpandClause.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Services.get -> System.IServiceProvider -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.Services.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.TotalCount.get -> long? -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.TotalCount.set -> void -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.TotalCountFunc.get -> System.Func -Microsoft.AspNetCore.OData.Abstracts.ODataFeature.TotalCountFunc.set -> void -Microsoft.AspNetCore.OData.Batch.ChangeSetRequestItem -Microsoft.AspNetCore.OData.Batch.ChangeSetRequestItem.ChangeSetRequestItem(System.Collections.Generic.IEnumerable contexts) -> void -Microsoft.AspNetCore.OData.Batch.ChangeSetRequestItem.Contexts.get -> System.Collections.Generic.IEnumerable -Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem -Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem.ChangeSetResponseItem(System.Collections.Generic.IEnumerable contexts) -> void -Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem.Contexts.get -> System.Collections.Generic.IEnumerable -Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler -Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler.DefaultODataBatchHandler() -> void -Microsoft.AspNetCore.OData.Batch.HttpRequestExtensions -Microsoft.AspNetCore.OData.Batch.ODataBatchContent -Microsoft.AspNetCore.OData.Batch.ODataBatchContent.Headers.get -> Microsoft.AspNetCore.Http.IHeaderDictionary -Microsoft.AspNetCore.OData.Batch.ODataBatchContent.ODataBatchContent(System.Collections.Generic.IEnumerable responses, System.IServiceProvider requestContainer) -> void -Microsoft.AspNetCore.OData.Batch.ODataBatchContent.ODataBatchContent(System.Collections.Generic.IEnumerable responses, System.IServiceProvider requestContainer, string contentType) -> void -Microsoft.AspNetCore.OData.Batch.ODataBatchContent.Responses.get -> System.Collections.Generic.IEnumerable -Microsoft.AspNetCore.OData.Batch.ODataBatchContent.SerializeToStreamAsync(System.IO.Stream stream) -> System.Threading.Tasks.Task -Microsoft.AspNetCore.OData.Batch.ODataBatchHandler -Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.MessageQuotas.get -> Microsoft.OData.ODataMessageQuotas -Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.ODataBatchHandler() -> void -Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.PrefixName.get -> string -Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.PrefixName.set -> void -Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions -Microsoft.AspNetCore.OData.Batch.ODataBatchMiddleware -Microsoft.AspNetCore.OData.Batch.ODataBatchMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext context) -> System.Threading.Tasks.Task -Microsoft.AspNetCore.OData.Batch.ODataBatchMiddleware.ODataBatchMiddleware(System.IServiceProvider serviceProvider, Microsoft.AspNetCore.Http.RequestDelegate next) -> void -Microsoft.AspNetCore.OData.Batch.ODataBatchReaderExtensions -Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem -Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.ContentIdToLocationMapping.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.ContentIdToLocationMapping.set -> void -Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.ODataBatchRequestItem() -> void -Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem -Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem.ODataBatchResponseItem() -> void -Microsoft.AspNetCore.OData.Batch.OperationRequestItem -Microsoft.AspNetCore.OData.Batch.OperationRequestItem.Context.get -> Microsoft.AspNetCore.Http.HttpContext -Microsoft.AspNetCore.OData.Batch.OperationRequestItem.OperationRequestItem(Microsoft.AspNetCore.Http.HttpContext context) -> void -Microsoft.AspNetCore.OData.Batch.OperationResponseItem -Microsoft.AspNetCore.OData.Batch.OperationResponseItem.Context.get -> Microsoft.AspNetCore.Http.HttpContext -Microsoft.AspNetCore.OData.Batch.OperationResponseItem.OperationResponseItem(Microsoft.AspNetCore.Http.HttpContext context) -> void -Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler -Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler.UnbufferedODataBatchHandler() -> void -Microsoft.AspNetCore.OData.Deltas.Delta -Microsoft.AspNetCore.OData.Deltas.Delta.Delta() -> void -Microsoft.AspNetCore.OData.Deltas.Delta -Microsoft.AspNetCore.OData.Deltas.Delta.CopyChangedValues(T original) -> void -Microsoft.AspNetCore.OData.Deltas.Delta.CopyUnchangedValues(T original) -> void -Microsoft.AspNetCore.OData.Deltas.Delta.Delta() -> void -Microsoft.AspNetCore.OData.Deltas.Delta.Delta(System.Type structuralType) -> void -Microsoft.AspNetCore.OData.Deltas.Delta.Delta(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties) -> void -Microsoft.AspNetCore.OData.Deltas.Delta.Delta(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo) -> void -Microsoft.AspNetCore.OData.Deltas.Delta.Delta(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo, bool isComplexType) -> void -Microsoft.AspNetCore.OData.Deltas.Delta.GetInstance() -> T -Microsoft.AspNetCore.OData.Deltas.Delta.IsComplexType.get -> bool -Microsoft.AspNetCore.OData.Deltas.Delta.Patch(T original) -> T -Microsoft.AspNetCore.OData.Deltas.Delta.Put(T original) -> void -Microsoft.AspNetCore.OData.Deltas.Delta.UpdatableProperties.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource() -> void -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource(System.Type structuralType) -> void -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties) -> void -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo) -> void -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.DeltaDeletedResource(System.Type structuralType, System.Collections.Generic.IEnumerable updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo, bool isComplexType) -> void -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Id.get -> System.Uri -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Id.set -> void -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Reason.get -> Microsoft.OData.DeltaDeletedEntryReason? -Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Reason.set -> void -Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.DeletedResource = 1 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.DeltaDeletedLink = 2 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.DeltaLink = 3 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.Resource = 0 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Deltas.DeltaItemKind.Unknown = 4 -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Deltas.DeltaSet -Microsoft.AspNetCore.OData.Deltas.DeltaSet.DeltaSet() -> void -Microsoft.AspNetCore.OData.Deltas.DeltaSet.ExpectedClrType.get -> System.Type -Microsoft.AspNetCore.OData.Deltas.DeltaSet.StructuredType.get -> System.Type -Microsoft.AspNetCore.OData.Deltas.IDelta -Microsoft.AspNetCore.OData.Deltas.IDelta.Clear() -> void -Microsoft.AspNetCore.OData.Deltas.IDelta.GetChangedPropertyNames() -> System.Collections.Generic.IEnumerable -Microsoft.AspNetCore.OData.Deltas.IDelta.GetDeltaNestedNavigationProperties() -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Deltas.IDelta.GetUnchangedPropertyNames() -> System.Collections.Generic.IEnumerable -Microsoft.AspNetCore.OData.Deltas.IDelta.TryGetPropertyType(string name, out System.Type type) -> bool -Microsoft.AspNetCore.OData.Deltas.IDelta.TryGetPropertyValue(string name, out object value) -> bool -Microsoft.AspNetCore.OData.Deltas.IDelta.TrySetPropertyValue(string name, object value) -> bool -Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource -Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource.Id.get -> System.Uri -Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource.Id.set -> void -Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource.Reason.get -> Microsoft.OData.DeltaDeletedEntryReason? -Microsoft.AspNetCore.OData.Deltas.IDeltaDeletedResource.Reason.set -> void -Microsoft.AspNetCore.OData.Deltas.IDeltaSet -Microsoft.AspNetCore.OData.Deltas.IDeltaSetItem -Microsoft.AspNetCore.OData.Deltas.IDeltaSetItem.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Deltas.ITypedDelta -Microsoft.AspNetCore.OData.Deltas.ITypedDelta.ExpectedClrType.get -> System.Type -Microsoft.AspNetCore.OData.Deltas.ITypedDelta.StructuredType.get -> System.Type -Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation -Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation.AddMethod(string methodToken, System.Collections.Generic.IDictionary methods) -> Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation -Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation.CustomAggregateMethodAnnotation() -> void -Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation.GetMethodInfo(string methodToken, System.Type returnType, out System.Reflection.MethodInfo methodInfo) -> bool -Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper -Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.DefaultODataTypeMapper() -> void -Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions -Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions -Microsoft.AspNetCore.OData.Edm.EntitySelfLinks -Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.EditLink.get -> System.Uri -Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.EditLink.set -> void -Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.EntitySelfLinks() -> void -Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.IdLink.get -> System.Uri -Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.IdLink.set -> void -Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.ReadLink.get -> System.Uri -Microsoft.AspNetCore.OData.Edm.EntitySelfLinks.ReadLink.set -> void -Microsoft.AspNetCore.OData.Edm.IODataTypeMapper -Microsoft.AspNetCore.OData.Edm.IODataTypeMapper.GetClrPrimitiveType(Microsoft.OData.Edm.IEdmPrimitiveType primitiveType, bool nullable) -> System.Type -Microsoft.AspNetCore.OData.Edm.IODataTypeMapper.GetClrType(Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmType edmType, bool nullable, Microsoft.OData.ModelBuilder.IAssemblyResolver assembliesResolver) -> System.Type -Microsoft.AspNetCore.OData.Edm.IODataTypeMapper.GetEdmPrimitiveType(System.Type clrType) -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference -Microsoft.AspNetCore.OData.Edm.IODataTypeMapper.GetEdmTypeReference(Microsoft.OData.Edm.IEdmModel edmModel, System.Type clrType) -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions -Microsoft.AspNetCore.OData.Edm.ModelNameAnnotation -Microsoft.AspNetCore.OData.Edm.ModelNameAnnotation.ModelName.get -> string -Microsoft.AspNetCore.OData.Edm.ModelNameAnnotation.ModelNameAnnotation(string name) -> void -Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder -Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder.Factory.get -> System.Func -Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder.FollowsConventions.get -> bool -Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder.NavigationLinkBuilder(System.Func navigationLinkFactory, bool followsConventions) -> void -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.AddNavigationPropertyLinkBuilder(Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder linkBuilder) -> void -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.EditLinkBuilder.get -> Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.EditLinkBuilder.set -> void -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.IdLinkBuilder.get -> Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.IdLinkBuilder.set -> void -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.NavigationSourceLinkBuilderAnnotation() -> void -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.NavigationSourceLinkBuilderAnnotation(Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmModel model) -> void -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.ReadLinkBuilder.get -> Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder -Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.ReadLinkBuilder.set -> void -Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder -Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.FollowsConventions.get -> bool -Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.OperationLinkBuilder(System.Func linkFactory, bool followsConventions) -> void -Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.OperationLinkBuilder(System.Func linkFactory, bool followsConventions) -> void -Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder -Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder.Factory.get -> System.Func -Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder.FollowsConventions.get -> bool -Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder.SelfLinkBuilder(System.Func linkFactory, bool followsConventions) -> void -Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions -Microsoft.AspNetCore.OData.Extensions.ControllerModelExtensions -Microsoft.AspNetCore.OData.Extensions.HttpContextExtensions -Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions -Microsoft.AspNetCore.OData.Extensions.HttpResponseExtensions -Microsoft.AspNetCore.OData.Extensions.LinkGeneratorHelpers -Microsoft.AspNetCore.OData.Extensions.SerializableErrorExtensions -Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys -Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer.ODataPayloadKind.get -> Microsoft.OData.ODataPayloadKind -Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider -Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider.GetEdmTypeDeserializer(Microsoft.OData.Edm.IEdmTypeReference edmType, bool isDelta = false) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataEdmTypeDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider.GetODataDeserializer(System.Type type, Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataEdmTypeDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataEdmTypeDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataActionPayloadDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataActionPayloadDeserializer.DeserializerProvider.get -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataActionPayloadDeserializer.ODataActionPayloadDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer.ODataCollectionDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ODataDeltaResourceSetDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializer.ODataDeserializer(Microsoft.OData.ODataPayloadKind payloadKind) -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializer.ODataPayloadKind.get -> Microsoft.OData.ODataPayloadKind -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Model.set -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ODataDeserializerContext() -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Path.get -> Microsoft.OData.UriParser.ODataPath -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Path.set -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Request.get -> Microsoft.AspNetCore.Http.HttpRequest -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.Request.set -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ResourceEdmType.get -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ResourceEdmType.set -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ResourceType.get -> System.Type -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.ResourceType.set -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.TimeZone.get -> System.TimeZoneInfo -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext.TimeZone.set -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerProvider -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerProvider.ODataDeserializerProvider(System.IServiceProvider serviceProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer.DeserializerProvider.get -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer.ODataEdmTypeDeserializer(Microsoft.OData.ODataPayloadKind payloadKind) -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer.ODataEdmTypeDeserializer(Microsoft.OData.ODataPayloadKind payloadKind, Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEntityReferenceLinkDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEntityReferenceLinkDeserializer.ODataEntityReferenceLinkDeserializer() -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEnumDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEnumDeserializer.ODataEnumDeserializer() -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer.ODataPrimitiveDeserializer() -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ODataResourceDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer -Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ODataResourceSetDeserializer(Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider deserializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.FromODataBodyAttribute -Microsoft.AspNetCore.OData.Formatter.FromODataBodyAttribute.FromODataBodyAttribute() -> void -Microsoft.AspNetCore.OData.Formatter.FromODataUriAttribute -Microsoft.AspNetCore.OData.Formatter.FromODataUriAttribute.FromODataUriAttribute() -> void -Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers -Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping -Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping.MediaType.get -> System.Net.Http.Headers.MediaTypeHeaderValue -Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping.MediaType.set -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.MediaTypeMapping.MediaTypeMapping(string mediaType) -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataBinaryValueMediaTypeMapping -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataBinaryValueMediaTypeMapping.ODataBinaryValueMediaTypeMapping() -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataCountMediaTypeMapping -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataCountMediaTypeMapping.ODataCountMediaTypeMapping() -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataEnumValueMediaTypeMapping -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataEnumValueMediaTypeMapping.ODataEnumValueMediaTypeMapping() -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataPrimitiveValueMediaTypeMapping -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataPrimitiveValueMediaTypeMapping.ODataPrimitiveValueMediaTypeMapping() -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataRawValueMediaTypeMapping -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataRawValueMediaTypeMapping.ODataRawValueMediaTypeMapping(string mediaType) -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataStreamMediaTypeMapping -Microsoft.AspNetCore.OData.Formatter.MediaType.ODataStreamMediaTypeMapping.ODataStreamMediaTypeMapping() -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping -Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.QueryStringMediaTypeMapping(string queryStringParameterName, string mediaType) -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.QueryStringMediaTypeMapping(string queryStringParameterName, string queryStringParameterValue, string mediaType) -> void -Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.QueryStringParameterName.get -> string -Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.QueryStringParameterValue.get -> string -Microsoft.AspNetCore.OData.Formatter.ODataActionParameters -Microsoft.AspNetCore.OData.Formatter.ODataActionParameters.ODataActionParameters() -> void -Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter -Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.BaseAddressFactory.get -> System.Func -Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.BaseAddressFactory.set -> void -Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.ODataInputFormatter(System.Collections.Generic.IEnumerable payloadKinds) -> void -Microsoft.AspNetCore.OData.Formatter.ODataInputFormatterFactory -Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel -Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel.Full = 1 -> Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel -Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel.Minimal = 0 -> Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel -Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel.None = 2 -> Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel -Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter -Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.BaseAddressFactory.get -> System.Func -Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.BaseAddressFactory.set -> void -Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.MediaTypeMappings.get -> System.Collections.Generic.ICollection -Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.ODataOutputFormatter(System.Collections.Generic.IEnumerable payloadKinds) -> void -Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatterFactory -Microsoft.AspNetCore.OData.Formatter.ODataParameterValue -Microsoft.AspNetCore.OData.Formatter.ODataParameterValue.EdmType.get -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.ODataParameterValue.ODataParameterValue(object paramValue, Microsoft.OData.Edm.IEdmTypeReference paramType) -> void -Microsoft.AspNetCore.OData.Formatter.ODataParameterValue.Value.get -> object -Microsoft.AspNetCore.OData.Formatter.ODataUntypedActionParameters -Microsoft.AspNetCore.OData.Formatter.ODataUntypedActionParameters.Action.get -> Microsoft.OData.Edm.IEdmAction -Microsoft.AspNetCore.OData.Formatter.ODataUntypedActionParameters.ODataUntypedActionParameters(Microsoft.OData.Edm.IEdmAction action) -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext -Microsoft.AspNetCore.OData.Formatter.ResourceContext.DynamicComplexProperties.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Formatter.ResourceContext.DynamicComplexProperties.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.EdmModel.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Formatter.ResourceContext.EdmModel.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.EdmObject.get -> Microsoft.AspNetCore.OData.Formatter.Value.IEdmStructuredObject -Microsoft.AspNetCore.OData.Formatter.ResourceContext.EdmObject.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.GetPropertyValue(string propertyName) -> object -Microsoft.AspNetCore.OData.Formatter.ResourceContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Formatter.ResourceContext.NavigationSource.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.Request.get -> Microsoft.AspNetCore.Http.HttpRequest -Microsoft.AspNetCore.OData.Formatter.ResourceContext.Request.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.ResourceContext() -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.ResourceContext(Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext serializerContext, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, object resourceInstance) -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.ResourceInstance.get -> object -Microsoft.AspNetCore.OData.Formatter.ResourceContext.ResourceInstance.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.SerializerContext.get -> Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext -Microsoft.AspNetCore.OData.Formatter.ResourceContext.SerializerContext.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.SkipExpensiveAvailabilityChecks.get -> bool -Microsoft.AspNetCore.OData.Formatter.ResourceContext.SkipExpensiveAvailabilityChecks.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceContext.StructuredType.get -> Microsoft.OData.Edm.IEdmStructuredType -Microsoft.AspNetCore.OData.Formatter.ResourceContext.StructuredType.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.EdmModel.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.EntitySetBase.get -> Microsoft.OData.Edm.IEdmEntitySetBase -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.EntitySetBase.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.Request.get -> Microsoft.AspNetCore.Http.HttpRequest -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.Request.set -> void -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.ResourceSetContext() -> void -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.ResourceSetInstance.get -> object -Microsoft.AspNetCore.OData.Formatter.ResourceSetContext.ResourceSetInstance.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.DefaultUntypedResourceMapper -Microsoft.AspNetCore.OData.Formatter.Serialization.DefaultUntypedResourceMapper.DefaultUntypedResourceMapper() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer.ODataPayloadKind.get -> Microsoft.OData.ODataPayloadKind -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider.GetEdmTypeSerializer(Microsoft.OData.Edm.IEdmTypeReference edmType) -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider.GetODataPayloadSerializer(System.Type type, Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.IUntypedResourceMapper -Microsoft.AspNetCore.OData.Formatter.Serialization.IUntypedResourceMapper.Map(object resource, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext context) -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.ODataCollectionSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.ODataDeltaResourceSetSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.ODataEdmTypeSerializer(Microsoft.OData.ODataPayloadKind payloadKind) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.ODataEdmTypeSerializer(Microsoft.OData.ODataPayloadKind payloadKind, Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.SerializerProvider.get -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinkSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinkSerializer.ODataEntityReferenceLinkSerializer() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinksSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinksSerializer.ODataEntityReferenceLinksSerializer() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer.ODataEnumSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataErrorSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataErrorSerializer.ODataErrorSerializer() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataMetadataSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataMetadataSerializer.ODataMetadataSerializer() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer.ODataPrimitiveSerializer() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataRawValueSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataRawValueSerializer.ODataRawValueSerializer() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.ODataResourceSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.ODataResourceSetSerializer(Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializerProvider serializerProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializer.ODataPayloadKind.get -> Microsoft.OData.ODataPayloadKind -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializer.ODataSerializer(Microsoft.OData.ODataPayloadKind payloadKind) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ComputedProperties.get -> System.Collections.Generic.ISet -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.EdmProperty.get -> Microsoft.OData.Edm.IEdmProperty -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.EdmProperty.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ExpandedResource.get -> Microsoft.AspNetCore.OData.Formatter.ResourceContext -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ExpandedResource.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ExpandReference.get -> bool -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ExpandReference.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Items.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.MetadataLevel.get -> Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.MetadataLevel.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Model.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.NavigationProperty.get -> Microsoft.OData.Edm.IEdmNavigationProperty -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.NavigationSource.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ODataSerializerContext() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.ODataSerializerContext(Microsoft.AspNetCore.OData.Formatter.ResourceContext resource, Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.OData.Edm.IEdmProperty edmProperty) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Path.get -> Microsoft.OData.UriParser.ODataPath -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Path.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.QueryOptions.get -> Microsoft.AspNetCore.OData.Query.ODataQueryOptions -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Request.get -> Microsoft.AspNetCore.Http.HttpRequest -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.Request.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.RootElementName.get -> string -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.RootElementName.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.SelectExpandClause.get -> Microsoft.OData.UriParser.SelectExpandClause -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.SelectExpandClause.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.SkipExpensiveAvailabilityChecks.get -> bool -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.SkipExpensiveAvailabilityChecks.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.TimeZone.get -> System.TimeZoneInfo -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext.TimeZone.set -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerProvider -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerProvider.ODataSerializerProvider(System.IServiceProvider serviceProvider) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataServiceDocumentSerializer -Microsoft.AspNetCore.OData.Formatter.Serialization.ODataServiceDocumentSerializer.ODataServiceDocumentSerializer() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.ExpandedProperties.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.ReferencedProperties.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectAllDynamicProperties.get -> bool -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedActions.get -> System.Collections.Generic.ISet -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedComplexProperties.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedComputedProperties.get -> System.Collections.Generic.ISet -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedDynamicProperties.get -> System.Collections.Generic.ISet -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedFunctions.get -> System.Collections.Generic.ISet -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedNavigationProperties.get -> System.Collections.Generic.ISet -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectedStructuralProperties.get -> System.Collections.Generic.ISet -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectExpandNode() -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectExpandNode(Microsoft.OData.Edm.IEdmStructuredType structuredType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> void -Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode.SelectExpandNode(Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.OData.Edm.IEdmStructuredType structuredType, Microsoft.OData.Edm.IEdmModel model) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmChangedObjectCollection -Microsoft.AspNetCore.OData.Formatter.Value.EdmChangedObjectCollection.EdmChangedObjectCollection(Microsoft.OData.Edm.IEdmEntityType entityType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmChangedObjectCollection.EdmChangedObjectCollection(Microsoft.OData.Edm.IEdmEntityType entityType, System.Collections.Generic.IList changedObjectList) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmChangedObjectCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObject -Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObject.EdmComplexObject(Microsoft.OData.Edm.IEdmComplexType edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObject.EdmComplexObject(Microsoft.OData.Edm.IEdmComplexType edmType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObject.EdmComplexObject(Microsoft.OData.Edm.IEdmComplexTypeReference edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObjectCollection -Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObjectCollection.EdmComplexObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObjectCollection.EdmComplexObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType, System.Collections.Generic.IList list) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmComplexObjectCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaComplexObject -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaComplexObject.EdmDeltaComplexObject(Microsoft.OData.Edm.IEdmComplexType edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaComplexObject.EdmDeltaComplexObject(Microsoft.OData.Edm.IEdmComplexType edmType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaComplexObject.EdmDeltaComplexObject(Microsoft.OData.Edm.IEdmComplexTypeReference edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink.EdmDeltaDeletedLink(Microsoft.OData.Edm.IEdmEntityType entityType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink.EdmDeltaDeletedLink(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink.EdmDeltaDeletedLink(Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.EdmDeltaDeletedResourceObject(Microsoft.OData.Edm.IEdmEntityType entityType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.EdmDeltaDeletedResourceObject(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.EdmDeltaDeletedResourceObject(Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Id.get -> System.Uri -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Id.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.NavigationSource.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Reason.get -> Microsoft.OData.DeltaDeletedEntryReason? -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Reason.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink.EdmDeltaLink(Microsoft.OData.Edm.IEdmEntityType entityType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink.EdmDeltaLink(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink.EdmDeltaLink(Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.EdmDeltaLinkBase(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.EdmDeltaLinkBase(Microsoft.OData.Edm.IEdmEntityTypeReference typeReference) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.EntityType.get -> Microsoft.OData.Edm.IEdmEntityType -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.IsNullable.get -> bool -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Relationship.get -> string -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Relationship.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Source.get -> System.Uri -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Source.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Target.get -> System.Uri -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase.Target.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.DeltaKind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.EdmDeltaResourceObject(Microsoft.OData.Edm.IEdmEntityType entityType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.EdmDeltaResourceObject(Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.EdmDeltaResourceObject(Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaResourceObject.NavigationSource.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject -Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject.EdmEntityObject(Microsoft.OData.Edm.IEdmEntityType edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject.EdmEntityObject(Microsoft.OData.Edm.IEdmEntityType edmType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObject.EdmEntityObject(Microsoft.OData.Edm.IEdmEntityTypeReference edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObjectCollection -Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObjectCollection.EdmEntityObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObjectCollection.EdmEntityObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType, System.Collections.Generic.IList list) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEntityObjectCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.EdmEnumObject(Microsoft.OData.Edm.IEdmEnumType edmType, string value) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.EdmEnumObject(Microsoft.OData.Edm.IEdmEnumType edmType, string value, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.EdmEnumObject(Microsoft.OData.Edm.IEdmEnumTypeReference edmType, string value) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.IsNullable.get -> bool -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.IsNullable.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.Value.get -> string -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObject.Value.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObjectCollection -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObjectCollection.EdmEnumObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObjectCollection.EdmEnumObjectCollection(Microsoft.OData.Edm.IEdmCollectionTypeReference edmType, System.Collections.Generic.IList list) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmEnumObjectCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.ActualEdmType.get -> Microsoft.OData.Edm.IEdmStructuredType -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.ActualEdmType.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.EdmStructuredObject(Microsoft.OData.Edm.IEdmStructuredType edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.EdmStructuredObject(Microsoft.OData.Edm.IEdmStructuredType edmType, bool isNullable) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.EdmStructuredObject(Microsoft.OData.Edm.IEdmStructuredTypeReference edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.ExpectedEdmType.get -> Microsoft.OData.Edm.IEdmStructuredType -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.ExpectedEdmType.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.IsNullable.get -> bool -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.IsNullable.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.TryGetDynamicProperties() -> System.Collections.Generic.Dictionary -Microsoft.AspNetCore.OData.Formatter.Value.EdmTypeExtensions -Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedCollection -Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedCollection.EdmUntypedCollection() -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedCollection.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedObject -Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedObject.EdmUntypedObject() -> void -Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.EdmUntypedObject.TryGetPropertyValue(string propertyName, out object value) -> bool -Microsoft.AspNetCore.OData.Formatter.Value.IEdmChangedObject -Microsoft.AspNetCore.OData.Formatter.Value.IEdmChangedObject.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -Microsoft.AspNetCore.OData.Formatter.Value.IEdmComplexObject -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedLink -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject.Id.get -> System.Uri -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject.Id.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject.Reason.get -> Microsoft.OData.DeltaDeletedEntryReason? -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaDeletedResourceObject.Reason.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLink -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Relationship.get -> string -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Relationship.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Source.get -> System.Uri -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Source.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Target.get -> System.Uri -Microsoft.AspNetCore.OData.Formatter.Value.IEdmDeltaLinkBase.Target.set -> void -Microsoft.AspNetCore.OData.Formatter.Value.IEdmEntityObject -Microsoft.AspNetCore.OData.Formatter.Value.IEdmEnumObject -Microsoft.AspNetCore.OData.Formatter.Value.IEdmObject -Microsoft.AspNetCore.OData.Formatter.Value.IEdmObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.IEdmStructuredObject -Microsoft.AspNetCore.OData.Formatter.Value.IEdmStructuredObject.TryGetPropertyValue(string propertyName, out object value) -> bool -Microsoft.AspNetCore.OData.Formatter.Value.IEdmUntypedObject -Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject -Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject.GetEdmType() -> Microsoft.OData.Edm.IEdmTypeReference -Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject.NullEdmComplexObject(Microsoft.OData.Edm.IEdmComplexTypeReference edmType) -> void -Microsoft.AspNetCore.OData.Formatter.Value.NullEdmComplexObject.TryGetPropertyValue(string propertyName, out object value) -> bool -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaDeletedLinkWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaDeletedLinkWrapper.DeltaDeletedLink.get -> Microsoft.OData.ODataDeltaDeletedLink -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaDeletedLinkWrapper.ODataDeltaDeletedLinkWrapper(Microsoft.OData.ODataDeltaDeletedLink deltaDeletedLink) -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkBaseWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkBaseWrapper.ODataDeltaLinkBaseWrapper() -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkWrapper.DeltaLink.get -> Microsoft.OData.ODataDeltaLink -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaLinkWrapper.ODataDeltaLinkWrapper(Microsoft.OData.ODataDeltaLink deltaLink) -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper.DeltaItems.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper.DeltaResourceSet.get -> Microsoft.OData.ODataDeltaResourceSet -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper.ODataDeltaResourceSetWrapper(Microsoft.OData.ODataDeltaResourceSet deltaResourceSet) -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataEntityReferenceLinkWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataEntityReferenceLinkWrapper.EntityReferenceLink.get -> Microsoft.OData.ODataEntityReferenceLink -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataEntityReferenceLinkWrapper.ODataEntityReferenceLinkWrapper(Microsoft.OData.ODataEntityReferenceLink link) -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataItemWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataItemWrapper.ODataItemWrapper() -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper.NestedItems.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper.NestedResourceInfo.get -> Microsoft.OData.ODataNestedResourceInfo -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper.ODataNestedResourceInfoWrapper(Microsoft.OData.ODataNestedResourceInfo nestedInfo) -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataPrimitiveWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataPrimitiveWrapper.ODataPrimitiveWrapper(Microsoft.OData.ODataPrimitiveValue value) -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataPrimitiveWrapper.Value.get -> Microsoft.OData.ODataPrimitiveValue -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataReaderExtensions -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetBaseWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetBaseWrapper.ODataResourceSetBaseWrapper() -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper.Items.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper.ODataResourceSetWrapper(Microsoft.OData.ODataResourceSet resourceSet) -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper.Resources.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper.ResourceSet.get -> Microsoft.OData.ODataResourceSet -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper.IsDeletedResource.get -> bool -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper.NestedResourceInfos.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper.ODataResourceWrapper(Microsoft.OData.ODataResourceBase resource) -> void -Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper.Resource.get -> Microsoft.OData.ODataResourceBase -Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions -Microsoft.AspNetCore.OData.ODataJsonOptionsSetup -Microsoft.AspNetCore.OData.ODataJsonOptionsSetup.Configure(Microsoft.AspNetCore.Mvc.JsonOptions options) -> void -Microsoft.AspNetCore.OData.ODataJsonOptionsSetup.ODataJsonOptionsSetup() -> void -Microsoft.AspNetCore.OData.ODataMvcBuilderExtensions -Microsoft.AspNetCore.OData.ODataMvcCoreBuilderExtensions -Microsoft.AspNetCore.OData.ODataMvcOptionsSetup -Microsoft.AspNetCore.OData.ODataMvcOptionsSetup.Configure(Microsoft.AspNetCore.Mvc.MvcOptions options) -> void -Microsoft.AspNetCore.OData.ODataMvcOptionsSetup.ODataMvcOptionsSetup() -> void -Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(Microsoft.OData.Edm.IEdmModel model) -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Batch.ODataBatchHandler batchHandler) -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(string routePrefix, Microsoft.OData.Edm.IEdmModel model) -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(string routePrefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Batch.ODataBatchHandler batchHandler) -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(string routePrefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.ODataVersion version, System.Action configureServices) -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.AddRouteComponents(string routePrefix, Microsoft.OData.Edm.IEdmModel model, System.Action configureServices) -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.Conventions.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.ODataOptions.Count() -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.EnableAttributeRouting.get -> bool -Microsoft.AspNetCore.OData.ODataOptions.EnableAttributeRouting.set -> void -Microsoft.AspNetCore.OData.ODataOptions.EnableContinueOnErrorHeader.get -> bool -Microsoft.AspNetCore.OData.ODataOptions.EnableContinueOnErrorHeader.set -> void -Microsoft.AspNetCore.OData.ODataOptions.EnableNoDollarQueryOptions.get -> bool -Microsoft.AspNetCore.OData.ODataOptions.EnableNoDollarQueryOptions.set -> void -Microsoft.AspNetCore.OData.ODataOptions.EnableQueryFeatures(int? maxTopValue = null) -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.Expand() -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.Filter() -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.GetRouteServices(string routePrefix) -> System.IServiceProvider -Microsoft.AspNetCore.OData.ODataOptions.ODataOptions() -> void -Microsoft.AspNetCore.OData.ODataOptions.OrderBy() -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.QueryConfigurations.get -> Microsoft.AspNetCore.OData.Query.DefaultQueryConfigurations -Microsoft.AspNetCore.OData.ODataOptions.QuerySettings.get -> Microsoft.OData.ModelBuilder.Config.DefaultQuerySettings -Microsoft.AspNetCore.OData.ODataOptions.RouteComponents.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.ODataOptions.RouteOptions.get -> Microsoft.AspNetCore.OData.Routing.ODataRouteOptions -Microsoft.AspNetCore.OData.ODataOptions.Select() -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.SetMaxTop(int? maxTopValue) -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.SkipToken() -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.ODataOptions.TimeZone.get -> System.TimeZoneInfo -Microsoft.AspNetCore.OData.ODataOptions.TimeZone.set -> void -Microsoft.AspNetCore.OData.ODataOptions.UrlKeyDelimiter.get -> Microsoft.OData.ODataUrlKeyDelimiter -Microsoft.AspNetCore.OData.ODataOptions.UrlKeyDelimiter.set -> void -Microsoft.AspNetCore.OData.ODataOptionsSetup -Microsoft.AspNetCore.OData.ODataOptionsSetup.Configure(Microsoft.AspNetCore.OData.ODataOptions options) -> void -Microsoft.AspNetCore.OData.ODataOptionsSetup.ODataOptionsSetup(Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Microsoft.AspNetCore.OData.Routing.Parser.IODataPathTemplateParser parser) -> void -Microsoft.AspNetCore.OData.ODataServiceCollectionExtensions -Microsoft.AspNetCore.OData.ODataUriFunctions -Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Add = 1 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.All = Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Add | Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Subtract | Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Multiply | Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Divide | Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Modulo -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Divide = 8 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Modulo = 16 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Multiply = 4 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.None = 0 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators.Subtract = 2 -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.All = 268435456 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllDateTimeFunctions = Microsoft.AspNetCore.OData.Query.AllowedFunctions.Year | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Date | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Month | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Time | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Day | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Hour | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Minute | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Second | Microsoft.AspNetCore.OData.Query.AllowedFunctions.FractionalSeconds -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllFunctions = Microsoft.AspNetCore.OData.Query.AllowedFunctions.Cast | Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllDateTimeFunctions | Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllMathFunctions | Microsoft.AspNetCore.OData.Query.AllowedFunctions.IsOf | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Any | Microsoft.AspNetCore.OData.Query.AllowedFunctions.All | Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllStringFunctions -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllMathFunctions = Microsoft.AspNetCore.OData.Query.AllowedFunctions.Round | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Floor | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Ceiling -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.AllStringFunctions = Microsoft.AspNetCore.OData.Query.AllowedFunctions.StartsWith | Microsoft.AspNetCore.OData.Query.AllowedFunctions.EndsWith | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Contains | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Length | Microsoft.AspNetCore.OData.Query.AllowedFunctions.IndexOf | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Concat | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Substring | Microsoft.AspNetCore.OData.Query.AllowedFunctions.ToLower | Microsoft.AspNetCore.OData.Query.AllowedFunctions.ToUpper | Microsoft.AspNetCore.OData.Query.AllowedFunctions.Trim | Microsoft.AspNetCore.OData.Query.AllowedFunctions.MatchesPattern -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Any = 134217728 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Cast = 1024 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Ceiling = 33554432 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Concat = 32 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Contains = 4 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Date = 4096 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Day = 32768 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.EndsWith = 2 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Floor = 16777216 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.FractionalSeconds = 4194304 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Hour = 131072 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.IndexOf = 16 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.IsOf = 67108864 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Length = 8 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.MatchesPattern = 536870912 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Minute = 524288 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Month = 8192 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.None = 0 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Round = 8388608 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Second = 2097152 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.StartsWith = 1 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Substring = 64 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Time = 16384 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.ToLower = 128 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.ToUpper = 256 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Trim = 512 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedFunctions.Year = 2048 -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.All = Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Or | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.And | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Equal | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.NotEqual | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.GreaterThan | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.GreaterThanOrEqual | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.LessThan | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.LessThanOrEqual | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Not | Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Has -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.And = 2 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Equal = 4 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.GreaterThan = 16 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.GreaterThanOrEqual = 32 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Has = 512 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.LessThan = 64 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.LessThanOrEqual = 128 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.None = 0 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Not = 256 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.NotEqual = 8 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators.Or = 1 -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.All = Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.DeltaToken | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Supported -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Apply = 1024 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Compute = 2048 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Count = 64 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.DeltaToken = 512 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Expand = 2 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Filter = 1 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Format = 128 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.None = 0 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.OrderBy = 8 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Search = 4096 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Select = 4 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Skip = 32 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.SkipToken = 256 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Supported = Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Filter | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Expand | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Select | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.OrderBy | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Top | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Skip | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Count | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Format | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.SkipToken | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Apply | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Compute | Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Search -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.AllowedQueryOptions.Top = 16 -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.ApplyQueryOption -Microsoft.AspNetCore.OData.Query.ApplyQueryOption.ApplyClause.get -> Microsoft.OData.UriParser.Aggregation.ApplyClause -Microsoft.AspNetCore.OData.Query.ApplyQueryOption.ApplyQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.ApplyQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Query.ApplyQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.ApplyQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.ApplyQueryOption.ResultClrType.get -> System.Type -Microsoft.AspNetCore.OData.Query.ComputeQueryOption -Microsoft.AspNetCore.OData.Query.ComputeQueryOption.ComputeClause.get -> Microsoft.OData.UriParser.ComputeClause -Microsoft.AspNetCore.OData.Query.ComputeQueryOption.ComputeQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.ComputeQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.ComputeQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.ComputeQueryOption.ResultClrType.get -> System.Type -Microsoft.AspNetCore.OData.Query.ComputeQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.ComputeQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.IComputeQueryValidator -Microsoft.AspNetCore.OData.Query.ComputeQueryOption.Validator.set -> void -Microsoft.AspNetCore.OData.Query.Container.IPropertyMapper -Microsoft.AspNetCore.OData.Query.Container.IPropertyMapper.MapProperty(string propertyName) -> string -Microsoft.AspNetCore.OData.Query.Container.ITruncatedCollection -Microsoft.AspNetCore.OData.Query.Container.ITruncatedCollection.IsTruncated.get -> bool -Microsoft.AspNetCore.OData.Query.Container.ITruncatedCollection.PageSize.get -> int -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.AutoSelected.get -> bool -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.AutoSelected.set -> void -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.CountOption.get -> bool? -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.CountOption.set -> void -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.Name.get -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.NamedPropertyExpression(System.Linq.Expressions.Expression name, System.Linq.Expressions.Expression value) -> void -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.NullCheck.get -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.NullCheck.set -> void -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.PageSize.get -> int? -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.PageSize.set -> void -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.TotalCount.get -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.TotalCount.set -> void -Microsoft.AspNetCore.OData.Query.Container.NamedPropertyExpression.Value.get -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.IsTruncated.get -> bool -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.PageSize.get -> int -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TotalCount.get -> long? -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Collections.Generic.IEnumerable source, int pageSize) -> void -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Collections.Generic.IEnumerable source, int pageSize, long? totalCount) -> void -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Linq.IQueryable source, int pageSize) -> void -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Linq.IQueryable source, int pageSize, bool parameterize) -> void -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Linq.IQueryable source, int pageSize, long? totalCount) -> void -Microsoft.AspNetCore.OData.Query.Container.TruncatedCollection.TruncatedCollection(System.Linq.IQueryable source, int pageSize, long? totalCount, bool parameterize) -> void -Microsoft.AspNetCore.OData.Query.CountQueryOption -Microsoft.AspNetCore.OData.Query.CountQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.CountQueryOption.CountQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.CountQueryOption.GetEntityCount(System.Linq.IQueryable query) -> long? -Microsoft.AspNetCore.OData.Query.CountQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.CountQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.CountQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ICountQueryValidator -Microsoft.AspNetCore.OData.Query.CountQueryOption.Validator.set -> void -Microsoft.AspNetCore.OData.Query.CountQueryOption.Value.get -> bool -Microsoft.AspNetCore.OData.Query.DefaultODataQueryRequestParser -Microsoft.AspNetCore.OData.Query.DefaultODataQueryRequestParser.CanParse(Microsoft.AspNetCore.Http.HttpRequest request) -> bool -Microsoft.AspNetCore.OData.Query.DefaultODataQueryRequestParser.DefaultODataQueryRequestParser() -> void -Microsoft.AspNetCore.OData.Query.DefaultODataQueryRequestParser.ParseAsync(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task -Microsoft.AspNetCore.OData.Query.DefaultQueryConfigurations -Microsoft.AspNetCore.OData.Query.DefaultQueryConfigurations.DefaultQueryConfigurations() -> void -Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler -Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler.DefaultSkipTokenHandler() -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedArithmeticOperators.get -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedArithmeticOperators.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedFunctions.get -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedFunctions.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedLogicalOperators.get -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedLogicalOperators.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedOrderByProperties.get -> string -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedOrderByProperties.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedQueryOptions.get -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.AllowedQueryOptions.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableConstantParameterization.get -> bool -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableConstantParameterization.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableCorrelatedSubqueryBuffering.get -> bool -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableCorrelatedSubqueryBuffering.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnableQueryAttribute() -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnsureStableOrdering.get -> bool -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.EnsureStableOrdering.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.HandleNullPropagation.get -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.HandleNullPropagation.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.HandleReferenceNavigationPropertyExpandFilter.get -> bool -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.HandleReferenceNavigationPropertyExpandFilter.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxAnyAllExpressionDepth.get -> int -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxAnyAllExpressionDepth.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxExpansionDepth.get -> int -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxExpansionDepth.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxNodeCount.get -> int -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxNodeCount.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxOrderByNodeCount.get -> int -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxOrderByNodeCount.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxSkip.get -> int -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxSkip.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxTop.get -> int -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.MaxTop.set -> void -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.PageSize.get -> int -Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.PageSize.set -> void -Microsoft.AspNetCore.OData.Query.ETag -Microsoft.AspNetCore.OData.Query.ETag.EntityType.get -> System.Type -Microsoft.AspNetCore.OData.Query.ETag.EntityType.set -> void -Microsoft.AspNetCore.OData.Query.ETag.ETag() -> void -Microsoft.AspNetCore.OData.Query.ETag.IsAny.get -> bool -Microsoft.AspNetCore.OData.Query.ETag.IsAny.set -> void -Microsoft.AspNetCore.OData.Query.ETag.IsIfNoneMatch.get -> bool -Microsoft.AspNetCore.OData.Query.ETag.IsIfNoneMatch.set -> void -Microsoft.AspNetCore.OData.Query.ETag.IsWellFormed.get -> bool -Microsoft.AspNetCore.OData.Query.ETag.IsWellFormed.set -> void -Microsoft.AspNetCore.OData.Query.ETag.this[string key].get -> object -Microsoft.AspNetCore.OData.Query.ETag.this[string key].set -> void -Microsoft.AspNetCore.OData.Query.ETag -Microsoft.AspNetCore.OData.Query.ETag.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Query.ETag.ETag() -> void -Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions -Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase -Microsoft.AspNetCore.OData.Query.Expressions.FilterBinder -Microsoft.AspNetCore.OData.Query.Expressions.FilterBinder.FilterBinder() -> void -Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder -Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder.BindFilter(Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder -Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder.BindOrderBy(Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult -Microsoft.AspNetCore.OData.Query.Expressions.ISearchBinder -Microsoft.AspNetCore.OData.Query.Expressions.ISearchBinder.BindSearch(Microsoft.OData.UriParser.SearchClause searchClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Expressions.ISelectExpandBinder -Microsoft.AspNetCore.OData.Query.Expressions.ISelectExpandBinder.BindSelectExpand(Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinder -Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinder.OrderByBinder() -> void -Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult -Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.Direction.get -> Microsoft.OData.UriParser.OrderByDirection -Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.OrderByBinderResult(System.Linq.Expressions.Expression orderByExpression, Microsoft.OData.UriParser.OrderByDirection direction) -> void -Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.OrderByExpression.get -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.ThenBy.get -> Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult -Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult.ThenBy.set -> void -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindArguments(System.Collections.Generic.IEnumerable nodes, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression[] -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.GetFlattenedPropertyExpression(string propertyPath, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.QueryBinder() -> void -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.AssembliesResolver.get -> Microsoft.OData.ModelBuilder.IAssemblyResolver -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.AssembliesResolver.set -> void -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.ComputedProperties.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.CurrentParameter.get -> System.Linq.Expressions.ParameterExpression -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.ElementClrType.get -> System.Type -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.ElementType.get -> Microsoft.OData.Edm.IEdmType -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.GetParameter(string name) -> System.Linq.Expressions.ParameterExpression -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.NavigationSource.set -> void -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.QueryBinderContext(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, System.Type clrType) -> void -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.QueryBinderContext(Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, System.Type clrType) -> void -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.QuerySettings.get -> Microsoft.AspNetCore.OData.Query.ODataQuerySettings -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.RemoveParameter(string name) -> void -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.Source.get -> System.Linq.Expressions.Expression -Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext.Source.set -> void -Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder -Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.FilterBinder.get -> Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder -Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.OrderByBinder.get -> Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder -Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.SelectExpandBinder(Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder filterBinder, Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder orderByBinder) -> void -Microsoft.AspNetCore.OData.Query.FilterQueryOption -Microsoft.AspNetCore.OData.Query.FilterQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Query.FilterQueryOption.Compute.get -> Microsoft.AspNetCore.OData.Query.ComputeQueryOption -Microsoft.AspNetCore.OData.Query.FilterQueryOption.Compute.set -> void -Microsoft.AspNetCore.OData.Query.FilterQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.FilterQueryOption.FilterClause.get -> Microsoft.OData.UriParser.FilterClause -Microsoft.AspNetCore.OData.Query.FilterQueryOption.FilterQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.FilterQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.FilterQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.FilterQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.IFilterQueryValidator -Microsoft.AspNetCore.OData.Query.FilterQueryOption.Validator.set -> void -Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption -Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.Default = 0 -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption -Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.False = 2 -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption -Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.True = 1 -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption -Microsoft.AspNetCore.OData.Query.HttpRequestODataQueryExtensions -Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser -Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser.CanParse(Microsoft.AspNetCore.Http.HttpRequest request) -> bool -Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser.ParseAsync(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task -Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.ODataQueryContext.DefaultQueryConfigurations.get -> Microsoft.AspNetCore.OData.Query.DefaultQueryConfigurations -Microsoft.AspNetCore.OData.Query.ODataQueryContext.ElementClrType.get -> System.Type -Microsoft.AspNetCore.OData.Query.ODataQueryContext.ElementType.get -> Microsoft.OData.Edm.IEdmType -Microsoft.AspNetCore.OData.Query.ODataQueryContext.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Query.ODataQueryContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Query.ODataQueryContext.ODataQueryContext(Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmType elementType, Microsoft.OData.UriParser.ODataPath path) -> void -Microsoft.AspNetCore.OData.Query.ODataQueryContext.ODataQueryContext(Microsoft.OData.Edm.IEdmModel model, System.Type elementClrType, Microsoft.OData.UriParser.ODataPath path) -> void -Microsoft.AspNetCore.OData.Query.ODataQueryContext.Path.get -> Microsoft.OData.UriParser.ODataPath -Microsoft.AspNetCore.OData.Query.ODataQueryContext.RequestContainer.get -> System.IServiceProvider -Microsoft.AspNetCore.OData.Query.ODataQueryOptions -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Apply.get -> Microsoft.AspNetCore.OData.Query.ApplyQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Compute.get -> Microsoft.AspNetCore.OData.Query.ComputeQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Count.get -> Microsoft.AspNetCore.OData.Query.CountQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Filter.get -> Microsoft.AspNetCore.OData.Query.FilterQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IsSupportedQueryOption(string queryOptionName) -> bool -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ODataQueryOptions(Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.AspNetCore.Http.HttpRequest request) -> void -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.OrderBy.get -> Microsoft.AspNetCore.OData.Query.OrderByQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.RawValues.get -> Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Request.get -> Microsoft.AspNetCore.Http.HttpRequest -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Search.get -> Microsoft.AspNetCore.OData.Query.SearchQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.SelectExpand.get -> Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Skip.get -> Microsoft.AspNetCore.OData.Query.SkipQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.SkipToken.get -> Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Top.get -> Microsoft.AspNetCore.OData.Query.TopQueryOption -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.IODataQueryValidator -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Validator.set -> void -Microsoft.AspNetCore.OData.Query.ODataQueryOptions -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IfMatch.get -> Microsoft.AspNetCore.OData.Query.ETag -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IfNoneMatch.get -> Microsoft.AspNetCore.OData.Query.ETag -Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ODataQueryOptions(Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.AspNetCore.Http.HttpRequest request) -> void -Microsoft.AspNetCore.OData.Query.ODataQueryParameterBindingAttribute -Microsoft.AspNetCore.OData.Query.ODataQueryParameterBindingAttribute.ODataQueryParameterBindingAttribute() -> void -Microsoft.AspNetCore.OData.Query.ODataQueryRequestMiddleware -Microsoft.AspNetCore.OData.Query.ODataQueryRequestMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext context) -> System.Threading.Tasks.Task -Microsoft.AspNetCore.OData.Query.ODataQueryRequestMiddleware.ODataQueryRequestMiddleware(System.Collections.Generic.IEnumerable queryRequestParsers, Microsoft.AspNetCore.Http.RequestDelegate next) -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnableConstantParameterization.get -> bool -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnableConstantParameterization.set -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnableCorrelatedSubqueryBuffering.get -> bool -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnableCorrelatedSubqueryBuffering.set -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnsureStableOrdering.get -> bool -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.EnsureStableOrdering.set -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.HandleNullPropagation.get -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.HandleNullPropagation.set -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.HandleReferenceNavigationPropertyExpandFilter.get -> bool -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.HandleReferenceNavigationPropertyExpandFilter.set -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.IgnoredNestedQueryOptions.get -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.IgnoredNestedQueryOptions.set -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.IgnoredQueryOptions.get -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.IgnoredQueryOptions.set -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.ODataQuerySettings() -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.PageSize.get -> int? -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.PageSize.set -> void -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.TimeZone.get -> System.TimeZoneInfo -Microsoft.AspNetCore.OData.Query.ODataQuerySettings.TimeZone.set -> void -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Apply.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Compute.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Count.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.DeltaToken.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Expand.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Filter.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Format.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.ODataRawQueryOptions() -> void -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.OrderBy.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Search.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Select.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Skip.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.SkipToken.get -> string -Microsoft.AspNetCore.OData.Query.ODataRawQueryOptions.Top.get -> string -Microsoft.AspNetCore.OData.Query.OrderByClauseNode -Microsoft.AspNetCore.OData.Query.OrderByClauseNode.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause -Microsoft.AspNetCore.OData.Query.OrderByClauseNode.OrderByClauseNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void -Microsoft.AspNetCore.OData.Query.OrderByCountNode -Microsoft.AspNetCore.OData.Query.OrderByCountNode.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause -Microsoft.AspNetCore.OData.Query.OrderByCountNode.OrderByCountNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void -Microsoft.AspNetCore.OData.Query.OrderByItNode -Microsoft.AspNetCore.OData.Query.OrderByItNode.Name.get -> string -Microsoft.AspNetCore.OData.Query.OrderByItNode.OrderByItNode(Microsoft.OData.UriParser.OrderByClause clause) -> void -Microsoft.AspNetCore.OData.Query.OrderByItNode.OrderByItNode(Microsoft.OData.UriParser.OrderByDirection direction) -> void -Microsoft.AspNetCore.OData.Query.OrderByNode -Microsoft.AspNetCore.OData.Query.OrderByNode.Direction.get -> Microsoft.OData.UriParser.OrderByDirection -Microsoft.AspNetCore.OData.Query.OrderByNode.OrderByNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void -Microsoft.AspNetCore.OData.Query.OrderByNode.OrderByNode(Microsoft.OData.UriParser.OrderByDirection direction) -> void -Microsoft.AspNetCore.OData.Query.OrderByOpenPropertyNode -Microsoft.AspNetCore.OData.Query.OrderByOpenPropertyNode.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause -Microsoft.AspNetCore.OData.Query.OrderByOpenPropertyNode.OrderByOpenPropertyNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void -Microsoft.AspNetCore.OData.Query.OrderByOpenPropertyNode.PropertyName.get -> string -Microsoft.AspNetCore.OData.Query.OrderByPropertyNode -Microsoft.AspNetCore.OData.Query.OrderByPropertyNode.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause -Microsoft.AspNetCore.OData.Query.OrderByPropertyNode.OrderByPropertyNode(Microsoft.OData.Edm.IEdmProperty property, Microsoft.OData.UriParser.OrderByDirection direction) -> void -Microsoft.AspNetCore.OData.Query.OrderByPropertyNode.OrderByPropertyNode(Microsoft.OData.UriParser.OrderByClause orderByClause) -> void -Microsoft.AspNetCore.OData.Query.OrderByPropertyNode.Property.get -> Microsoft.OData.Edm.IEdmProperty -Microsoft.AspNetCore.OData.Query.OrderByQueryOption -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IOrderedQueryable -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IOrderedQueryable -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IOrderedQueryable -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IOrderedQueryable -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Compute.get -> Microsoft.AspNetCore.OData.Query.ComputeQueryOption -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Compute.set -> void -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.OrderByClause.get -> Microsoft.OData.UriParser.OrderByClause -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.OrderByNodes.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.OrderByQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.IOrderByQueryValidator -Microsoft.AspNetCore.OData.Query.OrderByQueryOption.Validator.set -> void -Microsoft.AspNetCore.OData.Query.QueryFilterProvider -Microsoft.AspNetCore.OData.Query.QueryFilterProvider.OnProvidersExecuted(Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext context) -> void -Microsoft.AspNetCore.OData.Query.QueryFilterProvider.OnProvidersExecuting(Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext context) -> void -Microsoft.AspNetCore.OData.Query.QueryFilterProvider.Order.get -> int -Microsoft.AspNetCore.OData.Query.QueryFilterProvider.QueryFilter.get -> Microsoft.AspNetCore.Mvc.Filters.IActionFilter -Microsoft.AspNetCore.OData.Query.QueryFilterProvider.QueryFilterProvider(Microsoft.AspNetCore.Mvc.Filters.IActionFilter queryFilter) -> void -Microsoft.AspNetCore.OData.Query.SearchQueryOption -Microsoft.AspNetCore.OData.Query.SearchQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Query.SearchQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.SearchQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.SearchQueryOption.ResultClrType.get -> System.Type -Microsoft.AspNetCore.OData.Query.SearchQueryOption.SearchClause.get -> Microsoft.OData.UriParser.SearchClause -Microsoft.AspNetCore.OData.Query.SearchQueryOption.SearchQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.ApplyTo(object entity, Microsoft.AspNetCore.OData.Query.ODataQuerySettings settings) -> object -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.ApplyTo(System.Linq.IQueryable queryable, Microsoft.AspNetCore.OData.Query.ODataQuerySettings settings) -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Compute.get -> Microsoft.AspNetCore.OData.Query.ComputeQueryOption -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Compute.set -> void -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.LevelsMaxLiteralExpansionDepth.get -> int -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.LevelsMaxLiteralExpansionDepth.set -> void -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.RawExpand.get -> string -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.RawSelect.get -> string -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.SelectExpandClause.get -> Microsoft.OData.UriParser.SelectExpandClause -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.SelectExpandQueryOption(string select, string expand, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ISelectExpandQueryValidator -Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption.Validator.set -> void -Microsoft.AspNetCore.OData.Query.SkipQueryOption -Microsoft.AspNetCore.OData.Query.SkipQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Query.SkipQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Query.SkipQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.SkipQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.SkipQueryOption.SkipQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.SkipQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.SkipQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ISkipQueryValidator -Microsoft.AspNetCore.OData.Query.SkipQueryOption.Validator.set -> void -Microsoft.AspNetCore.OData.Query.SkipQueryOption.Value.get -> int -Microsoft.AspNetCore.OData.Query.SkipTokenHandler -Microsoft.AspNetCore.OData.Query.SkipTokenHandler.SkipTokenHandler() -> void -Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption -Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.Handler.get -> Microsoft.AspNetCore.OData.Query.SkipTokenHandler -Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.SkipTokenQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context) -> void -Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ISkipTokenQueryValidator -Microsoft.AspNetCore.OData.Query.TopQueryOption -Microsoft.AspNetCore.OData.Query.TopQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Query.TopQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IOrderedQueryable -Microsoft.AspNetCore.OData.Query.TopQueryOption.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.TopQueryOption.RawValue.get -> string -Microsoft.AspNetCore.OData.Query.TopQueryOption.TopQueryOption(string rawValue, Microsoft.AspNetCore.OData.Query.ODataQueryContext context, Microsoft.OData.UriParser.ODataQueryOptionParser queryOptionParser) -> void -Microsoft.AspNetCore.OData.Query.TopQueryOption.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.TopQueryOption.Validator.get -> Microsoft.AspNetCore.OData.Query.Validator.ITopQueryValidator -Microsoft.AspNetCore.OData.Query.TopQueryOption.Validator.set -> void -Microsoft.AspNetCore.OData.Query.TopQueryOption.Value.get -> int -Microsoft.AspNetCore.OData.Query.Validator.ComputeQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.ComputeQueryValidator.ComputeQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Validator.CountQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.CountQueryValidator.CountQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.FilterQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.Clone() -> Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.CurrentAnyAllExpressionDepth.get -> int -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.CurrentNodeCount.get -> int -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.EnterLambda() -> void -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.ExitLambda() -> void -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.Filter.get -> Microsoft.AspNetCore.OData.Query.FilterQueryOption -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.Filter.set -> void -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.FilterValidatorContext() -> void -Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext.IncrementNodeCount() -> void -Microsoft.AspNetCore.OData.Query.Validator.IComputeQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.IComputeQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.ComputeQueryOption computeQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.ICountQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.ICountQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.CountQueryOption countQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.IFilterQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.IFilterQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.FilterQueryOption filterQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.IODataQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.IODataQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.ODataQueryOptions options, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.IOrderByQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.IOrderByQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.OrderByQueryOption orderByOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.ISelectExpandQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.ISelectExpandQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption selectExpandQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.ISkipQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.ISkipQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SkipQueryOption skipQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.ISkipTokenQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.ISkipTokenQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipToken, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.ITopQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.ITopQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.TopQueryOption topQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.ODataQueryValidator.ODataQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedArithmeticOperators.get -> Microsoft.AspNetCore.OData.Query.AllowedArithmeticOperators -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedArithmeticOperators.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedFunctions.get -> Microsoft.AspNetCore.OData.Query.AllowedFunctions -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedFunctions.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedLogicalOperators.get -> Microsoft.AspNetCore.OData.Query.AllowedLogicalOperators -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedLogicalOperators.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedOrderByProperties.get -> System.Collections.Generic.ISet -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedQueryOptions.get -> Microsoft.AspNetCore.OData.Query.AllowedQueryOptions -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.AllowedQueryOptions.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxAnyAllExpressionDepth.get -> int -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxAnyAllExpressionDepth.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxExpansionDepth.get -> int -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxExpansionDepth.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxNodeCount.get -> int -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxNodeCount.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxOrderByNodeCount.get -> int -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxOrderByNodeCount.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxSkip.get -> int? -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxSkip.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxTop.get -> int? -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.MaxTop.set -> void -Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings.ODataValidationSettings() -> void -Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.OrderByQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext -Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.IncrementNodeCount() -> void -Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.OrderBy.get -> Microsoft.AspNetCore.OData.Query.OrderByQueryOption -Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.OrderBy.set -> void -Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.OrderByNodeCount.get -> int -Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext.OrderByValidatorContext() -> void -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Context.get -> Microsoft.AspNetCore.OData.Query.ODataQueryContext -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Context.set -> void -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.CurrentDepth.get -> int -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.CurrentDepth.set -> void -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Property.get -> Microsoft.OData.Edm.IEdmProperty -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.Property.set -> void -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.QueryValidatorContext() -> void -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.StructuredType.get -> Microsoft.OData.Edm.IEdmStructuredType -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.StructuredType.set -> void -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.ValidationSettings.get -> Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings -Microsoft.AspNetCore.OData.Query.Validator.QueryValidatorContext.ValidationSettings.set -> void -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.SelectExpandQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.Clone() -> Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.RemainingDepth.get -> int? -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.RemainingDepth.set -> void -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.SelectExpand.get -> Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.SelectExpand.set -> void -Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext.SelectExpandValidatorContext() -> void -Microsoft.AspNetCore.OData.Query.Validator.SkipQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.SkipQueryValidator.SkipQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Validator.SkipTokenQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.SkipTokenQueryValidator.SkipTokenQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Validator.TopQueryValidator -Microsoft.AspNetCore.OData.Query.Validator.TopQueryValidator.TopQueryValidator() -> void -Microsoft.AspNetCore.OData.Query.Wrapper.DynamicTypeWrapper -Microsoft.AspNetCore.OData.Query.Wrapper.DynamicTypeWrapper.DynamicTypeWrapper() -> void -Microsoft.AspNetCore.OData.Query.Wrapper.DynamicTypeWrapper.TryGetPropertyValue(string propertyName, out object value) -> bool -Microsoft.AspNetCore.OData.Query.Wrapper.ISelectExpandWrapper -Microsoft.AspNetCore.OData.Query.Wrapper.ISelectExpandWrapper.ToDictionary() -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Query.Wrapper.ISelectExpandWrapper.ToDictionary(System.Func propertyMapperProvider) -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Results.BadRequestODataResult -Microsoft.AspNetCore.OData.Results.BadRequestODataResult.BadRequestODataResult(Microsoft.OData.ODataError odataError) -> void -Microsoft.AspNetCore.OData.Results.BadRequestODataResult.BadRequestODataResult(string message) -> void -Microsoft.AspNetCore.OData.Results.BadRequestODataResult.Error.get -> Microsoft.OData.ODataError -Microsoft.AspNetCore.OData.Results.ConflictODataResult -Microsoft.AspNetCore.OData.Results.ConflictODataResult.ConflictODataResult(Microsoft.OData.ODataError odataError) -> void -Microsoft.AspNetCore.OData.Results.ConflictODataResult.ConflictODataResult(string message) -> void -Microsoft.AspNetCore.OData.Results.ConflictODataResult.Error.get -> Microsoft.OData.ODataError -Microsoft.AspNetCore.OData.Results.CreatedODataResult -Microsoft.AspNetCore.OData.Results.CreatedODataResult.CreatedODataResult(T entity) -> void -Microsoft.AspNetCore.OData.Results.IODataErrorResult -Microsoft.AspNetCore.OData.Results.IODataErrorResult.Error.get -> Microsoft.OData.ODataError -Microsoft.AspNetCore.OData.Results.NotFoundODataResult -Microsoft.AspNetCore.OData.Results.NotFoundODataResult.Error.get -> Microsoft.OData.ODataError -Microsoft.AspNetCore.OData.Results.NotFoundODataResult.NotFoundODataResult(Microsoft.OData.ODataError odataError) -> void -Microsoft.AspNetCore.OData.Results.NotFoundODataResult.NotFoundODataResult(string message) -> void -Microsoft.AspNetCore.OData.Results.ODataErrorResult -Microsoft.AspNetCore.OData.Results.ODataErrorResult.Error.get -> Microsoft.OData.ODataError -Microsoft.AspNetCore.OData.Results.ODataErrorResult.ODataErrorResult(Microsoft.OData.ODataError odataError) -> void -Microsoft.AspNetCore.OData.Results.ODataErrorResult.ODataErrorResult(string errorCode, string message) -> void -Microsoft.AspNetCore.OData.Results.PageResult -Microsoft.AspNetCore.OData.Results.PageResult.Count.get -> long? -Microsoft.AspNetCore.OData.Results.PageResult.NextPageLink.get -> System.Uri -Microsoft.AspNetCore.OData.Results.PageResult.PageResult(System.Uri nextPageLink, long? count) -> void -Microsoft.AspNetCore.OData.Results.PageResult -Microsoft.AspNetCore.OData.Results.PageResult.GetEnumerator() -> System.Collections.Generic.IEnumerator -Microsoft.AspNetCore.OData.Results.PageResult.Items.get -> System.Collections.Generic.IEnumerable -Microsoft.AspNetCore.OData.Results.PageResult.PageResult(System.Collections.Generic.IEnumerable items, System.Uri nextPageLink, long? count) -> void -Microsoft.AspNetCore.OData.Results.SingleResult -Microsoft.AspNetCore.OData.Results.SingleResult.Queryable.get -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Results.SingleResult.SingleResult(System.Linq.IQueryable queryable) -> void -Microsoft.AspNetCore.OData.Results.SingleResult -Microsoft.AspNetCore.OData.Results.SingleResult.Queryable.get -> System.Linq.IQueryable -Microsoft.AspNetCore.OData.Results.SingleResult.SingleResult(System.Linq.IQueryable queryable) -> void -Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult -Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult.Error.get -> Microsoft.OData.ODataError -Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult.UnauthorizedODataResult(Microsoft.OData.ODataError odataError) -> void -Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult.UnauthorizedODataResult(string message) -> void -Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult -Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult.Error.get -> Microsoft.OData.ODataError -Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult.UnprocessableEntityODataResult(Microsoft.OData.ODataError odataError) -> void -Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult.UnprocessableEntityODataResult(string message) -> void -Microsoft.AspNetCore.OData.Results.UpdatedODataResult -Microsoft.AspNetCore.OData.Results.UpdatedODataResult.UpdatedODataResult(T entity) -> void -Microsoft.AspNetCore.OData.Routing.Attributes.ODataAttributeRoutingAttribute -Microsoft.AspNetCore.OData.Routing.Attributes.ODataAttributeRoutingAttribute.ODataAttributeRoutingAttribute() -> void -Microsoft.AspNetCore.OData.Routing.Attributes.ODataIgnoredAttribute -Microsoft.AspNetCore.OData.Routing.Attributes.ODataIgnoredAttribute.ODataIgnoredAttribute() -> void -Microsoft.AspNetCore.OData.Routing.Attributes.ODataRouteComponentAttribute -Microsoft.AspNetCore.OData.Routing.Attributes.ODataRouteComponentAttribute.ODataRouteComponentAttribute() -> void -Microsoft.AspNetCore.OData.Routing.Attributes.ODataRouteComponentAttribute.ODataRouteComponentAttribute(string routePrefix) -> void -Microsoft.AspNetCore.OData.Routing.Attributes.ODataRouteComponentAttribute.RoutePrefix.get -> string -Microsoft.AspNetCore.OData.Routing.Controllers.MetadataController -Microsoft.AspNetCore.OData.Routing.Controllers.MetadataController.GetMetadata() -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Routing.Controllers.MetadataController.GetServiceDocument() -> Microsoft.OData.ODataServiceDocument -Microsoft.AspNetCore.OData.Routing.Controllers.MetadataController.MetadataController() -> void -Microsoft.AspNetCore.OData.Routing.Controllers.ODataController -Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.ODataController() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention.ActionRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention.AttributeRoutingConvention(Microsoft.Extensions.Logging.ILogger logger, Microsoft.AspNetCore.OData.Routing.Parser.IODataPathTemplateParser parser) -> void -Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention.EntityRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.EntitySetRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention.FunctionRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.IODataControllerActionConvention -Microsoft.AspNetCore.OData.Routing.Conventions.IODataControllerActionConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -Microsoft.AspNetCore.OData.Routing.Conventions.IODataControllerActionConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -Microsoft.AspNetCore.OData.Routing.Conventions.IODataControllerActionConvention.Order.get -> int -Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention.MetadataRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.NavigationRoutingConvention(Microsoft.Extensions.Logging.ILogger logger) -> void -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Action.get -> Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Action.set -> void -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Controller.get -> Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.EntitySet.get -> Microsoft.OData.Edm.IEdmEntitySet -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.EntityType.get -> Microsoft.OData.Edm.IEdmEntityType -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.NavigationSource.set -> void -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.ODataControllerActionContext(string prefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller) -> void -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Options.get -> Microsoft.AspNetCore.OData.ODataOptions -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Options.set -> void -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Prefix.get -> string -Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext.Singleton.get -> Microsoft.OData.Edm.IEdmSingleton -Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention.OperationImportRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.OperationRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.ProcessOperations(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context, Microsoft.OData.Edm.IEdmEntityType entityType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.PropertyRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention.RefRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention -Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention.SingletonRoutingConvention() -> void -Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata -Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata.IsConventional.get -> bool -Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata.Prefix.get -> string -Microsoft.AspNetCore.OData.Routing.IODataRoutingMetadata.Template.get -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate -Microsoft.AspNetCore.OData.Routing.ODataPathExtensions -Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler -Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.ODataPathNavigationSourceHandler() -> void -Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Path.get -> string -Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler -Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.ODataPathSegmentHandler() -> void -Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.PathLiteral.get -> string -Microsoft.AspNetCore.OData.Routing.ODataPathSegmentTranslator -Microsoft.AspNetCore.OData.Routing.ODataPathSegmentTranslator.ODataPathSegmentTranslator() -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableActionNameCaseInsensitive.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableActionNameCaseInsensitive.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableControllerNameCaseInsensitive.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableControllerNameCaseInsensitive.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableDollarCountRouting.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableDollarCountRouting.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableDollarValueRouting.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableDollarValueRouting.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableKeyAsSegment.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableKeyAsSegment.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableKeyInParenthesis.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableKeyInParenthesis.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableNonParenthesisForEmptyParameterFunction.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableNonParenthesisForEmptyParameterFunction.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnablePropertyNameCaseInsensitive.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnablePropertyNameCaseInsensitive.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableQualifiedOperationCall.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableQualifiedOperationCall.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableUnqualifiedOperationCall.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.EnableUnqualifiedOperationCall.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.ODataRouteOptions() -> void -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.Order.get -> int? -Microsoft.AspNetCore.OData.Routing.ODataRouteOptions.Order.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata -Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.IsConventional.get -> bool -Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.IsConventional.set -> void -Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.ODataRoutingMetadata(string prefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate template) -> void -Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.Prefix.get -> string -Microsoft.AspNetCore.OData.Routing.ODataRoutingMetadata.Template.get -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate -Microsoft.AspNetCore.OData.Routing.ODataSegmentKinds -Microsoft.AspNetCore.OData.Routing.Parser.DefaultODataPathTemplateParser -Microsoft.AspNetCore.OData.Routing.Parser.DefaultODataPathTemplateParser.DefaultODataPathTemplateParser() -> void -Microsoft.AspNetCore.OData.Routing.Parser.IODataPathTemplateParser -Microsoft.AspNetCore.OData.Routing.Parser.IODataPathTemplateParser.Parse(Microsoft.OData.Edm.IEdmModel model, string odataPath, System.IServiceProvider requestProvider) -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate -Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.ActionImport.get -> Microsoft.OData.Edm.IEdmActionImport -Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.ActionImportSegmentTemplate(Microsoft.OData.Edm.IEdmActionImport actionImport, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.ActionImportSegmentTemplate(Microsoft.OData.UriParser.OperationImportSegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.OperationImportSegment -Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.Action.get -> Microsoft.OData.Edm.IEdmAction -Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.ActionSegmentTemplate(Microsoft.OData.Edm.IEdmAction action, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.ActionSegmentTemplate(Microsoft.OData.UriParser.OperationSegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.OperationSegment -Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.CastSegmentTemplate(Microsoft.OData.Edm.IEdmType castType, Microsoft.OData.Edm.IEdmType expectedType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.CastSegmentTemplate(Microsoft.OData.UriParser.TypeSegment typeSegment) -> void -Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.CastType.get -> Microsoft.OData.Edm.IEdmType -Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.ExpectedType.get -> Microsoft.OData.Edm.IEdmType -Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.TypeSegment.get -> Microsoft.OData.UriParser.TypeSegment -Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate.DynamicSegmentTemplate(Microsoft.OData.UriParser.DynamicPathSegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.DynamicPathSegment -Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.EntitySet.get -> Microsoft.OData.Edm.IEdmEntitySet -Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.EntitySetSegmentTemplate(Microsoft.OData.Edm.IEdmEntitySet entitySet) -> void -Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.EntitySetSegmentTemplate(Microsoft.OData.UriParser.EntitySetSegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.EntitySetSegment -Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.FunctionImport.get -> Microsoft.OData.Edm.IEdmFunctionImport -Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.FunctionImportSegmentTemplate(Microsoft.OData.Edm.IEdmFunctionImport functionImport, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.FunctionImportSegmentTemplate(Microsoft.OData.UriParser.OperationImportSegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.FunctionImportSegmentTemplate(System.Collections.Generic.IDictionary parameters, Microsoft.OData.Edm.IEdmFunctionImport functionImport, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.ParameterMappings.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.Function.get -> Microsoft.OData.Edm.IEdmFunction -Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.FunctionSegmentTemplate(Microsoft.OData.Edm.IEdmFunction function, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.FunctionSegmentTemplate(Microsoft.OData.UriParser.OperationSegment operationSegment) -> void -Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.FunctionSegmentTemplate(System.Collections.Generic.IDictionary parameters, Microsoft.OData.Edm.IEdmFunction function, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.ParameterMappings.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Routing.Template.IODataTemplateTranslator -Microsoft.AspNetCore.OData.Routing.Template.IODataTemplateTranslator.Translate(Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate path, Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> Microsoft.OData.UriParser.ODataPath -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.Count.get -> int -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.EntityType.get -> Microsoft.OData.Edm.IEdmEntityType -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeyMappings.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeyProperties.get -> System.Collections.Generic.IDictionary -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeySegmentTemplate(Microsoft.OData.UriParser.KeySegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeySegmentTemplate(Microsoft.OData.UriParser.KeySegment segment, System.Collections.Generic.IDictionary keyProperties) -> void -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.KeySegmentTemplate(System.Collections.Generic.IDictionary keys, Microsoft.OData.Edm.IEdmEntityType entityType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.Key.get -> Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.Key.set -> void -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.NavigationLinkSegmentTemplate(Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.NavigationLinkSegmentTemplate(Microsoft.OData.UriParser.NavigationPropertyLinkSegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.NavigationProperty.get -> Microsoft.OData.Edm.IEdmNavigationProperty -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.NavigationPropertyLinkSegment -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.DeclaringType.get -> Microsoft.OData.Edm.IEdmStructuredType -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.NavigationLinkTemplateSegmentTemplate(Microsoft.OData.Edm.IEdmStructuredType declaringType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.NavigationSource.get -> Microsoft.OData.Edm.IEdmNavigationSource -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.RelatedKey.get -> string -Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.RelatedKey.set -> void -Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.NavigationProperty.get -> Microsoft.OData.Edm.IEdmNavigationProperty -Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.NavigationSegmentTemplate(Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> void -Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.NavigationSegmentTemplate(Microsoft.OData.UriParser.NavigationPropertySegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.NavigationPropertySegment -Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate -Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate.ODataPathTemplate(params Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate[] segments) -> void -Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate.ODataPathTemplate(System.Collections.Generic.IEnumerable segments) -> void -Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate.ODataPathTemplate(System.Collections.Generic.IList segments) -> void -Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate.ODataSegmentTemplate() -> void -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.Endpoint.get -> Microsoft.AspNetCore.Http.Endpoint -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.GetParameterAliasOrSelf(string alias) -> string -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.HttpContext.get -> Microsoft.AspNetCore.Http.HttpContext -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.Model.get -> Microsoft.OData.Edm.IEdmModel -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.ODataTemplateTranslateContext(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.Endpoint endpoint, Microsoft.AspNetCore.Routing.RouteValueDictionary routeValues, Microsoft.OData.Edm.IEdmModel model) -> void -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.RouteValues.get -> Microsoft.AspNetCore.Routing.RouteValueDictionary -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.Segments.get -> System.Collections.Generic.IList -Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext.UpdatedValues.get -> Microsoft.AspNetCore.Routing.RouteValueDictionary -Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.ParameterName.get -> string -Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.PathTemplateSegmentTemplate(Microsoft.OData.UriParser.PathTemplateSegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.PathTemplateSegment -Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate.PropertyCatchAllSegmentTemplate(Microsoft.OData.Edm.IEdmStructuredType declaredType) -> void -Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate.StructuredType.get -> Microsoft.OData.Edm.IEdmStructuredType -Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.Property.get -> Microsoft.OData.Edm.IEdmStructuralProperty -Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.PropertySegmentTemplate(Microsoft.OData.Edm.IEdmStructuralProperty property) -> void -Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.PropertySegmentTemplate(Microsoft.OData.UriParser.PropertySegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.Segment.get -> Microsoft.OData.UriParser.PropertySegment -Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.SingletonSegment -Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.Singleton.get -> Microsoft.OData.Edm.IEdmSingleton -Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.SingletonSegmentTemplate(Microsoft.OData.Edm.IEdmSingleton singleton) -> void -Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.SingletonSegmentTemplate(Microsoft.OData.UriParser.SingletonSegment segment) -> void -Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate -Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.Segment.get -> Microsoft.OData.UriParser.ValueSegment -Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.ValueSegmentTemplate(Microsoft.OData.Edm.IEdmType previousType) -> void -Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.ValueSegmentTemplate(Microsoft.OData.UriParser.ValueSegment segment) -> void -override Microsoft.AspNetCore.OData.Abstracts.ETagActionFilterAttribute.OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext actionExecutedContext) -> void -override Microsoft.AspNetCore.OData.Abstracts.NonValidatingParameterBindingAttribute.BindingSource.get -> Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource -override Microsoft.AspNetCore.OData.Batch.ChangeSetRequestItem.SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Batch.ChangeSetResponseItem.WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler.ProcessBatchAsync(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.RequestDelegate nextHandler) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Batch.OperationRequestItem.SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Batch.OperationResponseItem.WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler.ProcessBatchAsync(Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.RequestDelegate nextHandler) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Deltas.Delta.TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) -> bool -override Microsoft.AspNetCore.OData.Deltas.Delta.TrySetMember(System.Dynamic.SetMemberBinder binder, object value) -> bool -override Microsoft.AspNetCore.OData.Deltas.Delta.Clear() -> void -override Microsoft.AspNetCore.OData.Deltas.Delta.GetChangedPropertyNames() -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Deltas.Delta.GetDeltaNestedNavigationProperties() -> System.Collections.Generic.IDictionary -override Microsoft.AspNetCore.OData.Deltas.Delta.GetUnchangedPropertyNames() -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Deltas.Delta.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -override Microsoft.AspNetCore.OData.Deltas.Delta.TryGetPropertyType(string name, out System.Type type) -> bool -override Microsoft.AspNetCore.OData.Deltas.Delta.TryGetPropertyValue(string name, out object value) -> bool -override Microsoft.AspNetCore.OData.Deltas.Delta.TrySetPropertyValue(string name, object value) -> bool -override Microsoft.AspNetCore.OData.Deltas.DeltaDeletedResource.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataActionPayloadDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEntityReferenceLinkDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEnumDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEnumDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataBinaryValueMediaTypeMapping.IsMatch(Microsoft.OData.UriParser.PropertySegment propertySegment) -> bool -override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataCountMediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double -override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataEnumValueMediaTypeMapping.IsMatch(Microsoft.OData.UriParser.PropertySegment propertySegment) -> bool -override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataPrimitiveValueMediaTypeMapping.IsMatch(Microsoft.OData.UriParser.PropertySegment propertySegment) -> bool -override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataRawValueMediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double -override Microsoft.AspNetCore.OData.Formatter.MediaType.ODataStreamMediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double -override Microsoft.AspNetCore.OData.Formatter.MediaType.QueryStringMediaTypeMapping.TryMatchMediaType(Microsoft.AspNetCore.Http.HttpRequest request) -> double -override Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.CanRead(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context) -> bool -override Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.GetSupportedContentTypes(string contentType, System.Type objectType) -> System.Collections.Generic.IReadOnlyList -override Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context, System.Text.Encoding encoding) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext context) -> bool -override Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.GetSupportedContentTypes(string contentType, System.Type objectType) -> System.Collections.Generic.IReadOnlyList -override Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context, System.Text.Encoding selectedEncoding) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.WriteResponseHeaders(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context) -> void -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinkSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEntityReferenceLinksSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataErrorSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataMetadataSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataRawValueSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Serialization.ODataServiceDocumentSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedLink.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -override Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaDeletedResourceObject.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -override Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLink.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.Clear() -> void -override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.GetChangedPropertyNames() -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.GetDeltaNestedNavigationProperties() -> System.Collections.Generic.IDictionary -override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.GetUnchangedPropertyNames() -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.Kind.get -> Microsoft.AspNetCore.OData.Deltas.DeltaItemKind -override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.TryGetPropertyType(string name, out System.Type type) -> bool -override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.TryGetPropertyValue(string name, out object value) -> bool -override Microsoft.AspNetCore.OData.Formatter.Value.EdmStructuredObject.TrySetPropertyValue(string name, object value) -> bool -override Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipTokenQueryOption, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable -override Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipTokenQueryOption, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable -override Microsoft.AspNetCore.OData.Query.DefaultSkipTokenHandler.GenerateNextPageLink(System.Uri baseUri, int pageSize, object instance, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext context) -> System.Uri -override Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.OnActionExecuted(Microsoft.AspNetCore.Mvc.Filters.ActionExecutedContext actionExecutedContext) -> void -override Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.OnActionExecuting(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext actionExecutingContext) -> void -override Microsoft.AspNetCore.OData.Query.ETag.TryGetMember(System.Dynamic.GetMemberBinder binder, out object result) -> bool -override Microsoft.AspNetCore.OData.Query.ETag.TrySetMember(System.Dynamic.SetMemberBinder binder, object value) -> bool -override Microsoft.AspNetCore.OData.Query.ETag.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable -override Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable -override Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable -override Microsoft.AspNetCore.OData.Results.BadRequestODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Results.ConflictODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Results.CreatedODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Results.NotFoundODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Results.ODataErrorResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Results.PageResult.ToDictionary() -> System.Collections.Generic.IDictionary -override Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Results.UpdatedODataResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) -> System.Threading.Tasks.Task -override Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention.IsOperationParameterMatched(Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> bool -override Microsoft.AspNetCore.OData.Routing.Conventions.ActionRoutingConvention.Order.get -> int -override Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention.IsOperationParameterMatched(Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> bool -override Microsoft.AspNetCore.OData.Routing.Conventions.FunctionRoutingConvention.Order.get -> int -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.BatchSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.CountSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.DynamicPathSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.EntitySetSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.KeySegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.MetadataSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.NavigationPropertyLinkSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.NavigationPropertySegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.ODataPathSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.OperationImportSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.OperationSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.PathTemplateSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.PropertySegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.SingletonSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.TypeSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathNavigationSourceHandler.Handle(Microsoft.OData.UriParser.ValueSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.BatchSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.CountSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.DynamicPathSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.EntitySetSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.KeySegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.MetadataSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.NavigationPropertyLinkSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.NavigationPropertySegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.OperationImportSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.OperationSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.PathTemplateSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.PropertySegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.SingletonSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.TypeSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.ODataPathSegmentHandler.Handle(Microsoft.OData.UriParser.ValueSegment segment) -> void -override Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.ActionImportSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.ActionSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.CastSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.DynamicSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.EntitySetSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.FunctionImportSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.FunctionSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.KeySegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.NavigationLinkTemplateSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.NavigationSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.PathTemplateSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.PropertyCatchAllSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.PropertySegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.SingletonSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options) -> System.Collections.Generic.IEnumerable -override Microsoft.AspNetCore.OData.Routing.Template.ValueSegmentTemplate.TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext context) -> bool -override sealed Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -override sealed Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -override sealed Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -override sealed Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -override sealed Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue -override sealed Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue -override sealed Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue -static Microsoft.AspNetCore.OData.Batch.HttpRequestExtensions.CopyAbsoluteUrl(this Microsoft.AspNetCore.Http.HttpRequest request, System.Uri uri) -> void -static Microsoft.AspNetCore.OData.Batch.HttpRequestExtensions.GetODataMessageReader(this Microsoft.AspNetCore.Http.HttpRequest request, System.IServiceProvider requestContainer) -> Microsoft.OData.ODataMessageReader -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.GetODataBatchId(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.Guid? -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.GetODataChangeSetId(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.Guid? -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.GetODataContentId(this Microsoft.AspNetCore.Http.HttpRequest request) -> string -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.GetODataContentIdMapping(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.Collections.Generic.IDictionary -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.IsODataBatchRequest(this Microsoft.AspNetCore.Http.HttpRequest request) -> bool -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.SetODataBatchId(this Microsoft.AspNetCore.Http.HttpRequest request, System.Guid batchId) -> void -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.SetODataChangeSetId(this Microsoft.AspNetCore.Http.HttpRequest request, System.Guid changeSetId) -> void -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.SetODataContentId(this Microsoft.AspNetCore.Http.HttpRequest request, string contentId) -> void -static Microsoft.AspNetCore.OData.Batch.ODataBatchHttpRequestExtensions.SetODataContentIdMapping(this Microsoft.AspNetCore.Http.HttpRequest request, System.Collections.Generic.IDictionary contentIdMapping) -> void -static Microsoft.AspNetCore.OData.Batch.ODataBatchReaderExtensions.ReadChangeSetOperationRequestAsync(this Microsoft.OData.ODataBatchReader reader, Microsoft.AspNetCore.Http.HttpContext context, System.Guid batchId, System.Guid changeSetId, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task -static Microsoft.AspNetCore.OData.Batch.ODataBatchReaderExtensions.ReadChangeSetRequestAsync(this Microsoft.OData.ODataBatchReader reader, Microsoft.AspNetCore.Http.HttpContext context, System.Guid batchId, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task> -static Microsoft.AspNetCore.OData.Batch.ODataBatchReaderExtensions.ReadOperationRequestAsync(this Microsoft.OData.ODataBatchReader reader, Microsoft.AspNetCore.Http.HttpContext context, System.Guid batchId, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task -static Microsoft.AspNetCore.OData.Batch.ODataBatchRequestItem.SendRequestAsync(Microsoft.AspNetCore.Http.RequestDelegate handler, Microsoft.AspNetCore.Http.HttpContext context, System.Collections.Generic.IDictionary contentIdToLocationMapping) -> System.Threading.Tasks.Task -static Microsoft.AspNetCore.OData.Batch.ODataBatchResponseItem.WriteMessageAsync(Microsoft.OData.ODataBatchWriter writer, Microsoft.AspNetCore.Http.HttpContext context) -> System.Threading.Tasks.Task -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetAlternateKeys(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmEntityType entityType) -> System.Collections.Generic.IEnumerable> -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetClrEnumMemberAnnotation(this Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmEnumType enumType) -> Microsoft.OData.ModelBuilder.ClrEnumMemberAnnotation -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetClrPropertyName(this Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmProperty edmProperty) -> string -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetConcurrencyProperties(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> System.Collections.Generic.IEnumerable -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetDynamicPropertyDictionary(this Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmStructuredType edmType) -> System.Reflection.PropertyInfo -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetModelName(this Microsoft.OData.Edm.IEdmModel model) -> string -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.GetTypeMapper(this Microsoft.OData.Edm.IEdmModel model) -> Microsoft.AspNetCore.OData.Edm.IODataTypeMapper -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.SetModelName(this Microsoft.OData.Edm.IEdmModel model, string name) -> void -static Microsoft.AspNetCore.OData.Edm.EdmModelAnnotationExtensions.SetTypeMapper(this Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper) -> void -static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.GetNavigationSourceLinkBuilder(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource) -> Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation -static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.GetOperationLinkBuilder(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmOperation operation) -> Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder -static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.HasEditLink(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder editLinkBuilder) -> void -static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.HasIdLink(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder idLinkBuilder) -> void -static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.HasNavigationPropertyLink(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Edm.NavigationLinkBuilder linkBuilder) -> void -static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.HasReadLink(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.AspNetCore.OData.Edm.SelfLinkBuilder readLinkBuilder) -> void -static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.SetNavigationSourceLinkBuilder(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation navigationSourceLinkBuilder) -> void -static Microsoft.AspNetCore.OData.Edm.EdmModelLinkBuilderExtensions.SetOperationLinkBuilder(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder operationLinkBuilder) -> void -static Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions.GetClrType(this Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper, Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmTypeReference edmType) -> System.Type -static Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions.GetClrType(this Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper, Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.OData.ModelBuilder.IAssemblyResolver assembliesResolver) -> System.Type -static Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions.GetEdmType(this Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper, Microsoft.OData.Edm.IEdmModel edmModel, System.Type clrType) -> Microsoft.OData.Edm.IEdmType -static Microsoft.AspNetCore.OData.Edm.IODataTypeMapperExtensions.GetPrimitiveType(this Microsoft.AspNetCore.OData.Edm.IODataTypeMapper mapper, Microsoft.OData.Edm.IEdmPrimitiveTypeReference primitiveType) -> System.Type -static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.AddSelector(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action, string httpMethods, string prefix, Microsoft.OData.Edm.IEdmModel model, Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate path, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options = null) -> void -static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.GetAttribute(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> T -static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.HasODataKeyParameter(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action, Microsoft.OData.Edm.IEdmEntityType entityType, bool enablePropertyNameCaseInsensitive = false, string keyPrefix = "key") -> bool -static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.HasParameter(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action, string parameterName) -> bool -static Microsoft.AspNetCore.OData.Extensions.ActionModelExtensions.IsODataIgnored(this Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action) -> bool -static Microsoft.AspNetCore.OData.Extensions.ControllerModelExtensions.GetAttribute(this Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller) -> T -static Microsoft.AspNetCore.OData.Extensions.ControllerModelExtensions.HasAttribute(this Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller) -> bool -static Microsoft.AspNetCore.OData.Extensions.ControllerModelExtensions.IsODataIgnored(this Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller) -> bool -static Microsoft.AspNetCore.OData.Extensions.HttpContextExtensions.ODataBatchFeature(this Microsoft.AspNetCore.Http.HttpContext httpContext) -> Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature -static Microsoft.AspNetCore.OData.Extensions.HttpContextExtensions.ODataFeature(this Microsoft.AspNetCore.Http.HttpContext httpContext) -> Microsoft.AspNetCore.OData.Abstracts.IODataFeature -static Microsoft.AspNetCore.OData.Extensions.HttpContextExtensions.ODataOptions(this Microsoft.AspNetCore.Http.HttpContext httpContext) -> Microsoft.AspNetCore.OData.ODataOptions -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.ClearRouteServices(this Microsoft.AspNetCore.Http.HttpRequest request, bool dispose = false) -> void -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.CreateETag(this Microsoft.AspNetCore.Http.HttpRequest request, System.Collections.Generic.IDictionary properties, System.TimeZoneInfo timeZone = null) -> string -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.CreateRouteServices(this Microsoft.AspNetCore.Http.HttpRequest request, string routePrefix) -> System.IServiceProvider -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetDeserializerProvider(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializerProvider -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetETagHandler(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Abstracts.IETagHandler -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetModel(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.OData.Edm.IEdmModel -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetNextPageLink(this Microsoft.AspNetCore.Http.HttpRequest request, int pageSize, object instance, System.Func objectToSkipTokenValue) -> System.Uri -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetODataVersion(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.OData.ODataVersion -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetReaderSettings(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.OData.ODataMessageReaderSettings -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetRouteServices(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.IServiceProvider -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetTimeZoneInfo(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.TimeZoneInfo -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.GetWriterSettings(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.OData.ODataMessageWriterSettings -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.IsCountRequest(this Microsoft.AspNetCore.Http.HttpRequest request) -> bool -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.IsNoDollarQueryEnable(this Microsoft.AspNetCore.Http.HttpRequest request) -> bool -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.ODataBatchFeature(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Abstracts.IODataBatchFeature -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.ODataFeature(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Abstracts.IODataFeature -static Microsoft.AspNetCore.OData.Extensions.HttpRequestExtensions.ODataOptions(this Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.ODataOptions -static Microsoft.AspNetCore.OData.Extensions.HttpResponseExtensions.IsSuccessStatusCode(this Microsoft.AspNetCore.Http.HttpResponse response) -> bool -static Microsoft.AspNetCore.OData.Extensions.LinkGeneratorHelpers.CreateODataLink(this Microsoft.AspNetCore.Http.HttpRequest request, params Microsoft.OData.UriParser.ODataPathSegment[] segments) -> string -static Microsoft.AspNetCore.OData.Extensions.LinkGeneratorHelpers.CreateODataLink(this Microsoft.AspNetCore.Http.HttpRequest request, System.Collections.Generic.IList segments) -> string -static Microsoft.AspNetCore.OData.Extensions.SerializableErrorExtensions.CreateODataError(this Microsoft.AspNetCore.Mvc.SerializableError serializableError) -> Microsoft.OData.ODataError -static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateActionLink(this Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, Microsoft.OData.Edm.IEdmOperation action) -> System.Uri -static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateActionLink(this Microsoft.AspNetCore.OData.Formatter.ResourceSetContext resourceSetContext, Microsoft.OData.Edm.IEdmOperation action) -> System.Uri -static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateFunctionLink(this Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, Microsoft.OData.Edm.IEdmOperation function) -> System.Uri -static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateFunctionLink(this Microsoft.AspNetCore.OData.Formatter.ResourceSetContext resourceSetContext, Microsoft.OData.Edm.IEdmOperation function) -> System.Uri -static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateNavigationPropertyLink(this Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, bool includeCast) -> System.Uri -static Microsoft.AspNetCore.OData.Formatter.LinkGenerationHelpers.GenerateSelfLink(this Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, bool includeCast) -> System.Uri -static Microsoft.AspNetCore.OData.Formatter.ODataInputFormatter.GetDefaultBaseAddress(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Uri -static Microsoft.AspNetCore.OData.Formatter.ODataInputFormatterFactory.Create() -> System.Collections.Generic.IList -static Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatter.GetDefaultBaseAddress(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Uri -static Microsoft.AspNetCore.OData.Formatter.ODataOutputFormatterFactory.Create() -> System.Collections.Generic.IList -static Microsoft.AspNetCore.OData.Formatter.Serialization.DefaultUntypedResourceMapper.Instance -> Microsoft.AspNetCore.OData.Formatter.Serialization.IUntypedResourceMapper -static Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.AddTypeNameAnnotationAsNeeded(Microsoft.OData.ODataCollectionValue value, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel) -> void -static Microsoft.AspNetCore.OData.Formatter.Value.EdmTypeExtensions.IsDeltaResource(this Microsoft.AspNetCore.OData.Formatter.Value.IEdmObject resource) -> bool -static Microsoft.AspNetCore.OData.Formatter.Value.EdmTypeExtensions.IsDeltaResourceSet(this Microsoft.OData.Edm.IEdmType type) -> bool -static Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataReaderExtensions.ReadResourceOrResourceSet(this Microsoft.OData.ODataReader reader) -> Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataItemWrapper -static Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataReaderExtensions.ReadResourceOrResourceSetAsync(this Microsoft.OData.ODataReader reader) -> System.Threading.Tasks.Task -static Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions.UseODataBatching(this Microsoft.AspNetCore.Builder.IApplicationBuilder app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder -static Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions.UseODataQueryRequest(this Microsoft.AspNetCore.Builder.IApplicationBuilder app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder -static Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions.UseODataRouteDebug(this Microsoft.AspNetCore.Builder.IApplicationBuilder app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder -static Microsoft.AspNetCore.OData.ODataApplicationBuilderExtensions.UseODataRouteDebug(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, string routePattern) -> Microsoft.AspNetCore.Builder.IApplicationBuilder -static Microsoft.AspNetCore.OData.ODataMvcBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder) -> Microsoft.Extensions.DependencyInjection.IMvcBuilder -static Microsoft.AspNetCore.OData.ODataMvcBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action setupAction) -> Microsoft.Extensions.DependencyInjection.IMvcBuilder -static Microsoft.AspNetCore.OData.ODataMvcBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action setupAction) -> Microsoft.Extensions.DependencyInjection.IMvcBuilder -static Microsoft.AspNetCore.OData.ODataMvcCoreBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder) -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder -static Microsoft.AspNetCore.OData.ODataMvcCoreBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, System.Action setupAction) -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder -static Microsoft.AspNetCore.OData.ODataMvcCoreBuilderExtensions.AddOData(this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, System.Action setupAction) -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder -static Microsoft.AspNetCore.OData.ODataServiceCollectionExtensions.AddODataQueryFilter(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection -static Microsoft.AspNetCore.OData.ODataServiceCollectionExtensions.AddODataQueryFilter(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.AspNetCore.Mvc.Filters.IActionFilter queryFilter) -> Microsoft.Extensions.DependencyInjection.IServiceCollection -static Microsoft.AspNetCore.OData.ODataUriFunctions.AddCustomUriFunction(string functionName, Microsoft.OData.UriParser.FunctionSignatureWithReturnType functionSignature, System.Reflection.MethodInfo methodInfo) -> void -static Microsoft.AspNetCore.OData.ODataUriFunctions.RemoveCustomUriFunction(string functionName, Microsoft.OData.UriParser.FunctionSignatureWithReturnType functionSignature, System.Reflection.MethodInfo methodInfo) -> bool -static Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.CreateErrorResponse(string message, System.Exception exception = null) -> Microsoft.AspNetCore.Mvc.SerializableError -static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder binder, System.Collections.IEnumerable query, Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Collections.IEnumerable -static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder binder, System.Linq.Expressions.Expression source, Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IFilterBinder binder, System.Linq.IQueryable query, Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.IQueryable -static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder binder, System.Linq.Expressions.Expression source, Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, bool alreadyOrdered) -> System.Linq.Expressions.Expression -static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.IOrderByBinder binder, System.Linq.IQueryable query, Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, bool alreadyOrdered) -> System.Linq.IQueryable -static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.ISearchBinder binder, System.Linq.IQueryable source, Microsoft.OData.UriParser.SearchClause searchClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.IQueryable -static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.ISelectExpandBinder binder, object source, Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> object -static Microsoft.AspNetCore.OData.Query.Expressions.BinderExtensions.ApplyBind(this Microsoft.AspNetCore.OData.Query.Expressions.ISelectExpandBinder binder, System.Linq.IQueryable source, Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.IQueryable -static Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.ApplyNullPropagationForFilterBody(System.Linq.Expressions.Expression body, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -static Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.GetDynamicPropertyContainer(Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode openNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Reflection.PropertyInfo -static Microsoft.AspNetCore.OData.Query.HttpRequestODataQueryExtensions.GetETag(this Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTagHeaderValue) -> Microsoft.AspNetCore.OData.Query.ETag -static Microsoft.AspNetCore.OData.Query.HttpRequestODataQueryExtensions.GetETag(this Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.Net.Http.Headers.EntityTagHeaderValue entityTagHeaderValue) -> Microsoft.AspNetCore.OData.Query.ETag -static Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IsSystemQueryOption(string queryOptionName) -> bool -static Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IsSystemQueryOption(string queryOptionName, bool isDollarSignOptional) -> bool -static Microsoft.AspNetCore.OData.Query.ODataQueryOptions.LimitResults(System.Linq.IQueryable queryable, int limit, bool parameterize, out bool resultsLimited) -> System.Linq.IQueryable -static Microsoft.AspNetCore.OData.Query.ODataQueryOptions.LimitResults(System.Linq.IQueryable queryable, int limit, out bool resultsLimited) -> System.Linq.IQueryable -static Microsoft.AspNetCore.OData.Query.OrderByNode.CreateCollection(Microsoft.OData.UriParser.OrderByClause orderByClause) -> System.Collections.Generic.IList -static Microsoft.AspNetCore.OData.Results.SingleResult.Create(System.Linq.IQueryable queryable) -> Microsoft.AspNetCore.OData.Results.SingleResult -static Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.AddSelector(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context, Microsoft.OData.Edm.IEdmOperation edmOperation, bool hasKeyParameter, Microsoft.OData.Edm.IEdmEntityType entityType, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.Edm.IEdmEntityType castType) -> void -static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.GetEdmType(this Microsoft.OData.UriParser.ODataPath path) -> Microsoft.OData.Edm.IEdmType -static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.GetNavigationSource(this Microsoft.OData.UriParser.ODataPath path) -> Microsoft.OData.Edm.IEdmNavigationSource -static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.GetPathString(this Microsoft.OData.UriParser.ODataPath path) -> string -static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.GetPathString(this System.Collections.Generic.IList segments) -> string -static Microsoft.AspNetCore.OData.Routing.ODataPathExtensions.IsStreamPropertyPath(this Microsoft.OData.UriParser.ODataPath path) -> bool -static Microsoft.AspNetCore.OData.Routing.ODataPathSegmentTranslator.TranslateParameterAlias(Microsoft.OData.UriParser.SingleValueNode node, System.Collections.Generic.IDictionary parameterAliasNodes) -> Microsoft.OData.UriParser.SingleValueNode -static Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate.Instance.get -> Microsoft.AspNetCore.OData.Routing.Template.CountSegmentTemplate -static Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate.Instance.get -> Microsoft.AspNetCore.OData.Routing.Template.MetadataSegmentTemplate -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.ErrorCodeKey -> string -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.ExceptionMessageKey -> string -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.ExceptionTypeKey -> string -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.InnerExceptionKey -> string -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.MessageDetailKey -> string -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.MessageKey -> string -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.MessageLanguageKey -> string -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.ModelStateKey -> string -static readonly Microsoft.AspNetCore.OData.Extensions.SerializableErrorKeys.StackTraceKey -> string -virtual Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler.ExecuteRequestMessagesAsync(System.Collections.Generic.IEnumerable requests, Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task> -virtual Microsoft.AspNetCore.OData.Batch.DefaultODataBatchHandler.ParseBatchRequestsAsync(Microsoft.AspNetCore.Http.HttpContext context) -> System.Threading.Tasks.Task> -virtual Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.CreateResponseMessageAsync(System.Collections.Generic.IEnumerable responses, Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.GetBaseUri(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Uri -virtual Microsoft.AspNetCore.OData.Batch.ODataBatchHandler.ValidateRequest(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler.ExecuteChangeSetAsync(Microsoft.OData.ODataBatchReader batchReader, System.Guid batchId, Microsoft.AspNetCore.Http.HttpRequest originalRequest, Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Batch.UnbufferedODataBatchHandler.ExecuteOperationAsync(Microsoft.OData.ODataBatchReader batchReader, System.Guid batchId, Microsoft.AspNetCore.Http.HttpRequest originalRequest, Microsoft.AspNetCore.Http.RequestDelegate handler) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Deltas.Delta.ExpectedClrType.get -> System.Type -virtual Microsoft.AspNetCore.OData.Deltas.Delta.StructuredType.get -> System.Type -virtual Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.GetClrPrimitiveType(Microsoft.OData.Edm.IEdmPrimitiveType primitiveType, bool nullable) -> System.Type -virtual Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.GetClrType(Microsoft.OData.Edm.IEdmModel edmModel, Microsoft.OData.Edm.IEdmType edmType, bool nullable, Microsoft.OData.ModelBuilder.IAssemblyResolver assembliesResolver) -> System.Type -virtual Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.GetEdmPrimitiveType(System.Type clrType) -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference -virtual Microsoft.AspNetCore.OData.Edm.DefaultODataTypeMapper.GetEdmTypeReference(Microsoft.OData.Edm.IEdmModel edmModel, System.Type clrType) -> Microsoft.OData.Edm.IEdmTypeReference -virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildEditLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel, System.Uri idLink) -> System.Uri -virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildEntitySelfLinks(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel) -> Microsoft.AspNetCore.OData.Edm.EntitySelfLinks -virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildIdLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel) -> System.Uri -virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildNavigationLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel) -> System.Uri -virtual Microsoft.AspNetCore.OData.Edm.NavigationSourceLinkBuilderAnnotation.BuildReadLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext instanceContext, Microsoft.AspNetCore.OData.Formatter.ODataMetadataLevel metadataLevel, System.Uri editLink) -> System.Uri -virtual Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.BuildLink(Microsoft.AspNetCore.OData.Formatter.ResourceContext context) -> System.Uri -virtual Microsoft.AspNetCore.OData.Edm.OperationLinkBuilder.BuildLink(Microsoft.AspNetCore.OData.Formatter.ResourceSetContext context) -> System.Uri -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataCollectionDeserializer.ReadCollectionValue(Microsoft.OData.ODataCollectionValue collectionValue, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Collections.IEnumerable -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ReadDeltaResource(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resource, Microsoft.OData.Edm.IEdmStructuredTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeltaResourceSetDeserializer.ReadDeltaResourceSet(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataDeltaResourceSetWrapper deltaResourceSet, Microsoft.OData.Edm.IEdmStructuredTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Collections.IEnumerable -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializer.ReadAsync(Microsoft.OData.ODataMessageReader messageReader, System.Type type, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerProvider.GetEdmTypeDeserializer(Microsoft.OData.Edm.IEdmTypeReference edmType, bool isDelta = false) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataEdmTypeDeserializer -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerProvider.GetODataDeserializer(System.Type type, Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Deserialization.IODataDeserializer -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataEdmTypeDeserializer.ReadInline(object item, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataPrimitiveDeserializer.ReadPrimitive(Microsoft.OData.ODataProperty primitiveProperty, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyDeletedResource(object resource, Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyNestedProperties(object resource, Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyNestedProperty(object resource, Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataNestedResourceInfoWrapper resourceInfoWrapper, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyStructuralProperties(object resource, Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ApplyStructuralProperty(object resource, Microsoft.OData.ODataProperty structuralProperty, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> void -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.CreateResourceInstance(Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceDeserializer.ReadResource(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadPrimitiveItem(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataPrimitiveWrapper primitiveWrapper, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadResourceItem(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceWrapper resourceWrapper, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadResourceSet(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper resourceSet, Microsoft.OData.Edm.IEdmStructuredTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> System.Collections.IEnumerable -virtual Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataResourceSetDeserializer.ReadResourceSetItem(Microsoft.AspNetCore.OData.Formatter.Wrapper.ODataResourceSetWrapper resourceSetWrapper, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Deserialization.ODataDeserializerContext readContext) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.DefaultUntypedResourceMapper.Map(object resource, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext context) -> System.Collections.Generic.IDictionary -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.CreateODataCollectionValue(System.Collections.IEnumerable enumerable, Microsoft.OData.Edm.IEdmTypeReference elementType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataCollectionValue -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataCollectionSerializer.WriteCollectionAsync(Microsoft.OData.ODataCollectionWriter writer, object graph, Microsoft.OData.Edm.IEdmTypeReference collectionType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.CreateODataDeltaResourceSet(System.Collections.IEnumerable feedInstance, Microsoft.OData.Edm.IEdmCollectionTypeReference feedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataDeltaResourceSet -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteDeltaDeletedLinkAsync(object value, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteDeltaDeletedResourceAsync(object value, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataDeltaResourceSetSerializer.WriteDeltaLinkAsync(object value, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.CreateODataValue(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataValue -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEdmTypeSerializer.WriteObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataEnumSerializer.CreateODataEnumValue(object graph, Microsoft.OData.Edm.IEdmEnumTypeReference enumType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataEnumValue -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataPrimitiveSerializer.CreateODataPrimitiveValue(object graph, Microsoft.OData.Edm.IEdmPrimitiveTypeReference primitiveType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataPrimitiveValue -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.AppendDynamicProperties(Microsoft.OData.ODataResource resource, Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode selectExpandNode, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> void -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateComplexNestedResourceInfo(Microsoft.OData.Edm.IEdmStructuralProperty complexProperty, Microsoft.OData.UriParser.PathSelectItem pathSelectItem, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataNestedResourceInfo -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateComputedProperty(string propertyName, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataProperty -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateDynamicComplexNestedResourceInfo(string propertyName, object propertyValue, Microsoft.OData.Edm.IEdmTypeReference edmType, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataNestedResourceInfo -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateETag(Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> string -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateNavigationLink(Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataNestedResourceInfo -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateODataAction(Microsoft.OData.Edm.IEdmAction action, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataAction -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateODataFunction(Microsoft.OData.Edm.IEdmFunction function, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataFunction -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateResource(Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode selectExpandNode, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataResource -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateSelectExpandNode(Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.AspNetCore.OData.Formatter.Serialization.SelectExpandNode -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateStreamProperty(Microsoft.OData.Edm.IEdmStructuralProperty structuralProperty, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataStreamPropertyInfo -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateStructuralProperty(Microsoft.OData.Edm.IEdmStructuralProperty structuralProperty, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataProperty -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateUntypedNestedResourceInfo(Microsoft.OData.Edm.IEdmStructuralProperty structuralProperty, object propertyValue, Microsoft.OData.Edm.IEdmTypeReference valueType, Microsoft.OData.UriParser.PathSelectItem pathSelectItem, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> Microsoft.OData.ODataNestedResourceInfo -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.CreateUntypedPropertyValue(Microsoft.OData.Edm.IEdmStructuralProperty structuralProperty, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext, out Microsoft.OData.Edm.IEdmTypeReference actualType) -> object -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.ShouldWriteNavigation(Microsoft.OData.ODataNestedResourceInfo navigationLink, Microsoft.AspNetCore.OData.Formatter.ResourceContext resourceContext) -> bool -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSerializer.WriteDeltaObjectInlineAsync(object graph, Microsoft.OData.Edm.IEdmTypeReference expectedType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.CreateODataOperation(Microsoft.OData.Edm.IEdmOperation operation, Microsoft.AspNetCore.OData.Formatter.ResourceSetContext resourceSetContext, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataOperation -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.CreateResourceSet(System.Collections.Generic.IAsyncEnumerable resourceSetInstance, Microsoft.OData.Edm.IEdmCollectionTypeReference resourceSetType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataResourceSet -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.CreateResourceSet(System.Collections.IEnumerable resourceSetInstance, Microsoft.OData.Edm.IEdmCollectionTypeReference resourceSetType, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> Microsoft.OData.ODataResourceSet -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteEnumItemAsync(object enumValue, Microsoft.OData.Edm.IEdmTypeReference enumType, Microsoft.OData.Edm.IEdmTypeReference parentSetType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WritePrimitiveItemAsync(object primitiveValue, Microsoft.OData.Edm.IEdmTypeReference primitiveType, Microsoft.OData.Edm.IEdmTypeReference parentSetType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteResourceItemAsync(object resourceValue, Microsoft.OData.Edm.IEdmTypeReference resourceType, Microsoft.OData.Edm.IEdmTypeReference parentSetType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataResourceSetSerializer.WriteResourceSetItemAsync(object itemSetValue, Microsoft.OData.Edm.IEdmTypeReference itemSetType, Microsoft.OData.Edm.IEdmTypeReference parentSetType, Microsoft.OData.ODataWriter writer, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializer.WriteObjectAsync(object graph, System.Type type, Microsoft.OData.ODataMessageWriter messageWriter, Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerContext writeContext) -> System.Threading.Tasks.Task -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerProvider.GetEdmTypeSerializer(Microsoft.OData.Edm.IEdmTypeReference edmType) -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataEdmTypeSerializer -virtual Microsoft.AspNetCore.OData.Formatter.Serialization.ODataSerializerProvider.GetODataPayloadSerializer(System.Type type, Microsoft.AspNetCore.Http.HttpRequest request) -> Microsoft.AspNetCore.OData.Formatter.Serialization.IODataSerializer -virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.ApplyQuery(object entity, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> object -virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.ApplyQuery(System.Linq.IQueryable queryable, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable -virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.CreateAndValidateQueryOptions(Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.AspNetCore.OData.Query.ODataQueryContext queryContext) -> Microsoft.AspNetCore.OData.Query.ODataQueryOptions -virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.CreateQueryOptionsOnExecuting(Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext actionExecutingContext) -> Microsoft.AspNetCore.OData.Query.ODataQueryOptions -virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.GetModel(System.Type elementClrType, Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor actionDescriptor) -> Microsoft.OData.Edm.IEdmModel -virtual Microsoft.AspNetCore.OData.Query.EnableQueryAttribute.ValidateQuery(Microsoft.AspNetCore.Http.HttpRequest request, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> void -virtual Microsoft.AspNetCore.OData.Query.ETag.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable -virtual Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase.BindCollectionConstantNode(Microsoft.OData.UriParser.CollectionConstantNode node) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase.BindConstantNode(Microsoft.OData.UriParser.ConstantNode constantNode) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.ExpressionBinderBase.BindSingleValueFunctionCallNode(Microsoft.OData.UriParser.SingleValueFunctionCallNode node) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.FilterBinder.BindFilter(Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinder.BindOrderBy(Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> Microsoft.AspNetCore.OData.Query.Expressions.OrderByBinderResult -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.Bind(Microsoft.OData.UriParser.QueryNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindAllNode(Microsoft.OData.UriParser.AllNode allNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindAnyNode(Microsoft.OData.UriParser.AnyNode anyNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindBinaryOperatorNode(Microsoft.OData.UriParser.BinaryOperatorNode binaryOperatorNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCastSingleValue(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCeiling(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionComplexNode(Microsoft.OData.UriParser.CollectionComplexNode collectionComplexNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionConstantNode(Microsoft.OData.UriParser.CollectionConstantNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionNode(Microsoft.OData.UriParser.CollectionNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionPropertyAccessNode(Microsoft.OData.UriParser.CollectionPropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCollectionResourceCastNode(Microsoft.OData.UriParser.CollectionResourceCastNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindConcat(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindConstantNode(Microsoft.OData.UriParser.ConstantNode constantNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindContains(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindConvertNode(Microsoft.OData.UriParser.ConvertNode convertNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCountNode(Microsoft.OData.UriParser.CountNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindCustomMethodExpressionOrNull(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindDate(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindDateRelatedProperty(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindDynamicPropertyAccessQueryNode(Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode openNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindEndsWith(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindFloor(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindFractionalSeconds(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindIndexOf(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindInNode(Microsoft.OData.UriParser.InNode inNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindIsOf(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindLength(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindMatchesPattern(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindNavigationPropertyNode(Microsoft.OData.UriParser.QueryNode sourceNode, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, string propertyPath, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindNow(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindPropertyAccessQueryNode(Microsoft.OData.UriParser.SingleValuePropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindRangeVariable(Microsoft.OData.UriParser.RangeVariable rangeVariable, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindRound(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleComplexNode(Microsoft.OData.UriParser.SingleComplexNode singleComplexNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleResourceCastFunctionCall(Microsoft.OData.UriParser.SingleResourceFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleResourceCastNode(Microsoft.OData.UriParser.SingleResourceCastNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleResourceFunctionCallNode(Microsoft.OData.UriParser.SingleResourceFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleValueFunctionCallNode(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSingleValueNode(Microsoft.OData.UriParser.SingleValueNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindStartsWith(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindSubstring(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindTime(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindTimeRelatedProperty(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindToLower(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindToUpper(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindTrim(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.QueryBinder.BindUnaryOperatorNode(Microsoft.OData.UriParser.UnaryOperatorNode unaryOperatorNode, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.BindComputedProperty(System.Linq.Expressions.Expression source, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, string computedProperty, System.Collections.Generic.IList includedProperties) -> void -virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.BindOrderByProperties(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, System.Linq.Expressions.Expression source, Microsoft.OData.Edm.IEdmStructuredType structuredType, System.Collections.Generic.IList includedProperties, bool isSelectedAll) -> void -virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.BindSelectExpand(Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.BuildDynamicProperty(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, System.Linq.Expressions.Expression source, Microsoft.OData.Edm.IEdmStructuredType structuredType, System.Collections.Generic.IList includedProperties) -> void -virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.CreatePropertyNameExpression(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, Microsoft.OData.Edm.IEdmStructuredType elementType, Microsoft.OData.Edm.IEdmProperty edmProperty, System.Linq.Expressions.Expression source) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.CreatePropertyValueExpression(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, Microsoft.OData.Edm.IEdmStructuredType elementType, Microsoft.OData.Edm.IEdmProperty edmProperty, System.Linq.Expressions.Expression source, Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.OData.UriParser.ComputeClause computeClause = null) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.CreateTotalCountExpression(Microsoft.AspNetCore.OData.Query.Expressions.QueryBinderContext context, System.Linq.Expressions.Expression source, bool? countOption) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.Expressions.SelectExpandBinder.CreateTypeNameExpression(System.Linq.Expressions.Expression source, Microsoft.OData.Edm.IEdmStructuredType elementType, Microsoft.OData.Edm.IEdmModel model) -> System.Linq.Expressions.Expression -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(object entity, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> object -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(object entity, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.AllowedQueryOptions ignoreQueryOptions) -> object -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query) -> System.Linq.IQueryable -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.AllowedQueryOptions ignoreQueryOptions) -> System.Linq.IQueryable -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings) -> System.Linq.IQueryable -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.AllowedQueryOptions ignoreQueryOptions) -> System.Linq.IQueryable -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.GenerateStableOrder() -> Microsoft.AspNetCore.OData.Query.OrderByQueryOption -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IfMatch.get -> Microsoft.AspNetCore.OData.Query.ETag -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.IfNoneMatch.get -> Microsoft.AspNetCore.OData.Query.ETag -virtual Microsoft.AspNetCore.OData.Query.ODataQueryOptions.Validate(Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable -virtual Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption.ApplyTo(System.Linq.IQueryable query, Microsoft.AspNetCore.OData.Query.ODataQuerySettings querySettings, Microsoft.AspNetCore.OData.Query.ODataQueryOptions queryOptions) -> System.Linq.IQueryable -virtual Microsoft.AspNetCore.OData.Query.Validator.ComputeQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.ComputeQueryOption computeQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.CountQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.CountQueryOption countQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.FilterQueryOption filterQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings settings) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateAllNode(Microsoft.OData.UriParser.AllNode allNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateAnyNode(Microsoft.OData.UriParser.AnyNode anyNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateArithmeticOperator(Microsoft.OData.UriParser.BinaryOperatorNode binaryNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateBinaryOperatorNode(Microsoft.OData.UriParser.BinaryOperatorNode binaryOperatorNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCollectionComplexNode(Microsoft.OData.UriParser.CollectionComplexNode collectionComplexNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCollectionNode(Microsoft.OData.UriParser.CollectionNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCollectionPropertyAccessNode(Microsoft.OData.UriParser.CollectionPropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCollectionResourceCastNode(Microsoft.OData.UriParser.CollectionResourceCastNode collectionResourceCastNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateConstantNode(Microsoft.OData.UriParser.ConstantNode constantNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateConvertNode(Microsoft.OData.UriParser.ConvertNode convertNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateCountNode(Microsoft.OData.UriParser.CountNode countNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateFilter(Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateLogicalOperator(Microsoft.OData.UriParser.BinaryOperatorNode binaryNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateNavigationPropertyNode(Microsoft.OData.UriParser.QueryNode sourceNode, Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateQueryNode(Microsoft.OData.UriParser.QueryNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateRangeVariable(Microsoft.OData.UriParser.RangeVariable rangeVariable, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleComplexNode(Microsoft.OData.UriParser.SingleComplexNode singleComplexNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleResourceCastNode(Microsoft.OData.UriParser.SingleResourceCastNode singleResourceCastNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleResourceFunctionCallNode(Microsoft.OData.UriParser.SingleResourceFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleValueFunctionCallNode(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleValueNode(Microsoft.OData.UriParser.SingleValueNode node, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateSingleValuePropertyAccessNode(Microsoft.OData.UriParser.SingleValuePropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.FilterQueryValidator.ValidateUnaryOperatorNode(Microsoft.OData.UriParser.UnaryOperatorNode unaryOperatorNode, Microsoft.AspNetCore.OData.Query.Validator.FilterValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.ODataQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.ODataQueryOptions options, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.OrderByQueryOption orderByOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateAllNode(Microsoft.OData.UriParser.AllNode allNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateAnyNode(Microsoft.OData.UriParser.AnyNode anyNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateBinaryOperatorNode(Microsoft.OData.UriParser.BinaryOperatorNode binaryOperatorNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCollectionComplexNode(Microsoft.OData.UriParser.CollectionComplexNode collectionComplexNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCollectionNode(Microsoft.OData.UriParser.CollectionNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCollectionPropertyAccessNode(Microsoft.OData.UriParser.CollectionPropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCollectionResourceCastNode(Microsoft.OData.UriParser.CollectionResourceCastNode collectionResourceCastNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateConstantNode(Microsoft.OData.UriParser.ConstantNode constantNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateConvertNode(Microsoft.OData.UriParser.ConvertNode convertNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateCountNode(Microsoft.OData.UriParser.CountNode countNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateInNode(Microsoft.OData.UriParser.InNode inNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateNavigationPropertyNode(Microsoft.OData.UriParser.CollectionNavigationNode collectionNavigation, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateNavigationPropertyNode(Microsoft.OData.UriParser.SingleNavigationNode singleNavigation, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateOrderBy(Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateQueryNode(Microsoft.OData.UriParser.QueryNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateRangeVariable(Microsoft.OData.UriParser.RangeVariable rangeVariable, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleComplexNode(Microsoft.OData.UriParser.SingleComplexNode singleComplexNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleResourceCastNode(Microsoft.OData.UriParser.SingleResourceCastNode singleResourceCastNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleResourceFunctionCallNode(Microsoft.OData.UriParser.SingleResourceFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleValueFunctionCallNode(Microsoft.OData.UriParser.SingleValueFunctionCallNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleValueNode(Microsoft.OData.UriParser.SingleValueNode node, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext, bool skipRangeVariable) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleValueOpenPropertyNode(Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode openPropertyNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateSingleValuePropertyAccessNode(Microsoft.OData.UriParser.SingleValuePropertyAccessNode propertyAccessNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.OrderByQueryValidator.ValidateUnaryOperatorNode(Microsoft.OData.UriParser.UnaryOperatorNode unaryOperatorNode, Microsoft.AspNetCore.OData.Query.Validator.OrderByValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SelectExpandQueryOption selectExpandQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateExpandedCountSelectItem(Microsoft.OData.UriParser.ExpandedCountSelectItem expandCountItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateExpandedNavigationSelectItem(Microsoft.OData.UriParser.ExpandedNavigationSelectItem expandItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateExpandedReferenceSelectItem(Microsoft.OData.UriParser.ExpandedReferenceSelectItem expandReferItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNamespaceQualifiedWildcardSelectItem(Microsoft.OData.UriParser.NamespaceQualifiedWildcardSelectItem namespaceQualifiedWildcardSelectItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedApply(Microsoft.OData.UriParser.Aggregation.ApplyClause applyClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedCompute(Microsoft.OData.UriParser.ComputeClause computeClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedCount(bool? countOption, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedFilter(Microsoft.OData.UriParser.FilterClause filterClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedLevels(Microsoft.OData.UriParser.LevelsClause levelsClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedOrderby(Microsoft.OData.UriParser.OrderByClause orderByClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedSearch(Microsoft.OData.UriParser.SearchClause searchClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedSkip(long? skipOption, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateNestedTop(long? topOption, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidatePathSelectItem(Microsoft.OData.UriParser.PathSelectItem pathSelectItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateSelectExpand(Microsoft.OData.UriParser.SelectExpandClause selectExpandClause, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SelectExpandQueryValidator.ValidateWildcardSelectItem(Microsoft.OData.UriParser.WildcardSelectItem wildCardSelectItem, Microsoft.AspNetCore.OData.Query.Validator.SelectExpandValidatorContext validatorContext) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SkipQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SkipQueryOption skipQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.SkipTokenQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.SkipTokenQueryOption skipToken, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Query.Validator.TopQueryValidator.Validate(Microsoft.AspNetCore.OData.Query.TopQueryOption topQueryOption, Microsoft.AspNetCore.OData.Query.Validator.ODataValidationSettings validationSettings) -> void -virtual Microsoft.AspNetCore.OData.Results.CreatedODataResult.Entity.get -> T -virtual Microsoft.AspNetCore.OData.Results.UpdatedODataResult.Entity.get -> T -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.BadRequest(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.BadRequestODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.BadRequest(string message) -> Microsoft.AspNetCore.OData.Results.BadRequestODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Conflict(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.ConflictODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Conflict(string message) -> Microsoft.AspNetCore.OData.Results.ConflictODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Created(TEntity entity) -> Microsoft.AspNetCore.OData.Results.CreatedODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.NotFound(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.NotFoundODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.NotFound(string message) -> Microsoft.AspNetCore.OData.Results.NotFoundODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.ODataErrorResult(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.ODataErrorResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.ODataErrorResult(string errorCode, string message) -> Microsoft.AspNetCore.OData.Results.ODataErrorResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Unauthorized(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Unauthorized(string message) -> Microsoft.AspNetCore.OData.Results.UnauthorizedODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.UnprocessableEntity(Microsoft.OData.ODataError odataError) -> Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.UnprocessableEntity(string message) -> Microsoft.AspNetCore.OData.Results.UnprocessableEntityODataResult -virtual Microsoft.AspNetCore.OData.Routing.Controllers.ODataController.Updated(TEntity entity) -> Microsoft.AspNetCore.OData.Results.UpdatedODataResult -virtual Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.AttributeRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntityRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.CanApplyDollarCount(Microsoft.OData.Edm.IEdmEntitySet entitySet, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.EntitySetRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.MetadataRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.CanApplyDollarCount(Microsoft.OData.Edm.IEdmNavigationProperty edmProperty, string method, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.NavigationRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.OperationImportRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Conventions.OperationRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.AppliesToAction(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.CanApply(Microsoft.OData.Edm.IEdmProperty edmProperty, string method, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.CanApplyDollarCount(Microsoft.OData.Edm.IEdmProperty edmProperty, string method, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.CanApplyDollarValue(Microsoft.OData.Edm.IEdmProperty edmProperty, string method, Microsoft.AspNetCore.OData.Routing.ODataRouteOptions routeOptions) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.PropertyRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.RefRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention.AppliesToController(Microsoft.AspNetCore.OData.Routing.Conventions.ODataControllerActionContext context) -> bool -virtual Microsoft.AspNetCore.OData.Routing.Conventions.SingletonRoutingConvention.Order.get -> int -virtual Microsoft.AspNetCore.OData.Routing.Parser.DefaultODataPathTemplateParser.Parse(Microsoft.OData.Edm.IEdmModel model, string odataPath, System.IServiceProvider requestProvider) -> Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate -virtual Microsoft.AspNetCore.OData.Routing.Template.ODataPathTemplate.GetTemplates(Microsoft.AspNetCore.OData.Routing.ODataRouteOptions options = null) -> System.Collections.Generic.IEnumerable \ No newline at end of file + \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.OData.E2E.Tests/Microsoft.AspNetCore.OData.E2E.Tests.csproj b/test/Microsoft.AspNetCore.OData.E2E.Tests/Microsoft.AspNetCore.OData.E2E.Tests.csproj index fd8adc0b2..d7995e03c 100644 --- a/test/Microsoft.AspNetCore.OData.E2E.Tests/Microsoft.AspNetCore.OData.E2E.Tests.csproj +++ b/test/Microsoft.AspNetCore.OData.E2E.Tests/Microsoft.AspNetCore.OData.E2E.Tests.csproj @@ -20,7 +20,7 @@ - + diff --git a/test/Microsoft.AspNetCore.OData.Tests/Microsoft.AspNetCore.OData.Tests.csproj b/test/Microsoft.AspNetCore.OData.Tests/Microsoft.AspNetCore.OData.Tests.csproj index 592981159..6e135cc3f 100644 --- a/test/Microsoft.AspNetCore.OData.Tests/Microsoft.AspNetCore.OData.Tests.csproj +++ b/test/Microsoft.AspNetCore.OData.Tests/Microsoft.AspNetCore.OData.Tests.csproj @@ -19,7 +19,7 @@ - + diff --git a/tool/builder.versions.settings.targets b/tool/builder.versions.settings.targets index bb9880af2..4ce6528f4 100644 --- a/tool/builder.versions.settings.targets +++ b/tool/builder.versions.settings.targets @@ -4,13 +4,13 @@ 9 0 0 - rc.1 + - [8.0.0-rc.1, 9.0.0) - [1.0.9, 2.0.0) + [8.0.1, 9.0.0) + [2.0.0, 3.0.0)