Microsoft.Store.PartnerCenter.GenericOperations Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
ICountrySelector<TOperations> |
Returns operations interfaces based on the given country. |
IEntireEntityCollectionRetrievalOperations<T,TResourceCollection> |
A generic interface which represents operations for getting an entire collection of entities. |
IEntityCollectionRetrievalOperations<T,TResourceCollection> |
Groups all operations related to retrieving a collection of entities. |
IEntityCreateOperations<T> |
Groups operations for creating a single entity. |
IEntityCreateOperations<T,T1> |
Groups operations for creating a single entity. |
IEntityDeleteOperations<T> |
Groups operations for deleting a single entity. |
IEntityExistsOperations |
Groups operations for checking if a single entity exists or not. |
IEntityGetOperations<T> |
Groups operations for getting a single entity. |
IEntityPatchOperations<T> |
Groups operations for patching a single entity. |
IEntityPostOperations<T> |
Groups operations for posting a single entity. |
IEntityPostOperations<T,T1> |
Groups operations for posting a single entity. |
IEntityPutOperations<T> |
Groups operations for updating a single entity. |
IEntitySelector<TEntity> |
Defines operations for selecting an entity out of a collection. |
IEntityUpdateOperations<T> |
Groups operations for updating a single entity. |