| BoundOperationAttribute | |
| UnboundOperationAttribute | |
| OperationAttribute | An abstract class containing the common information for registering Actions and Functions to an OData schema. |
| OperationType | Defines the type of OData Operations that can be registered. The type of operation determines how the service responds over HTTP. |
| ResourceAttribute | Attribute 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. |
| RestierWebApiModelMapper | Represents a model mapper based on a DbContext. |