Skip to main content

Types

Classes

NameSummary
BoundOperationAttribute
UnboundOperationAttribute
OperationAttributeAn abstract class containing the common information for registering Actions and Functions to an OData schema.
OperationTypeDefines the type of OData Operations that can be registered. The type of operation determines how the service responds over HTTP.
ResourceAttributeAttribute that indicates a property is an entity set or singleton. If the property type is IQueryable, it will be built as entity set or it will be built as singleton. The name will be same as property name.
RestierWebApiModelMapperRepresents a model mapper based on a DbContext.

Enums

NameSummary
OperationTypeDefines the type of OData Operations that can be registered. The type of operation determines how the service responds over HTTP.