See: Description
| Interface | Description |
|---|---|
| EntityActionOperation |
Action operation for Entities.
|
| EntityContract |
Contract for interacting with the back end service providing various odata
entities.
|
| EntityCreateOperation<T> |
The Interface EntityCreateOperation.
|
| EntityDeleteOperation | |
| EntityGetOperation<T> |
Get operation for Entities
|
| EntityListOperation<T> |
Operation class to retrieve a list of entities
|
| EntityOperation | |
| EntityOperationBase.EntityUriBuilder |
The Interface EntityUriBuilder.
|
| EntityOperationSingleResult<T> | |
| EntityProxyData |
Interface used to communicate details about the proxy to the operations, if
they need it.
|
| EntityTypeActionOperation<T> |
The Interface EntityTypeActionOperation.
|
| EntityUpdateOperation | |
| EntityWithOperationIdentifier |
| Class | Description |
|---|---|
| DefaultActionOperation |
Generic implementation of Delete operation usable by most entities.
|
| DefaultDeleteOperation |
Generic implementation of Delete operation usable by most entities
|
| DefaultEntityActionOperation |
Generic implementation of Delete operation usable by most entities.
|
| DefaultEntityTypeActionOperation<T> |
The Class DefaultTypeActionOperation.
|
| DefaultGetOperation<T> |
Generic implementation of the get operation usable for most entities
|
| DefaultListOperation<T> |
Generic implementation of the list operation, usable by most entities
|
| EntityActionBodyParameterMapper |
The Class entity action body parameter mapper.
|
| EntityBatchOperation | |
| EntityLinkOperation |
Generic implementation of $link operation of two entities.
|
| EntityOperationBase |
Default implementation of EntityOperation
|
| EntityOperationBase.EntityIdUriBuilder |
The Class EntityIdUriBuilder.
|
| EntityOperationSingleResultBase<T> | |
| EntityRestProxy |
The Class EntityRestProxy.
|
| EntityUnlinkOperation |
Generic implementation of $link operation of two entities.
|
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/