IServiceRequestCollection Interface
Definition
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.
Represents the behavior of service requests.
public interface IServiceRequestCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequest>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.ServiceRequests.IServiceRequest>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IServiceRequestCollection = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntireEntityCollectionRetrievalOperations<ServiceRequest, ResourceCollection<ServiceRequest>>
interface IEntitySelector<IServiceRequest>
Public Interface IServiceRequestCollection
Implements IEntireEntityCollectionRetrievalOperations(Of ServiceRequest, ResourceCollection(Of ServiceRequest)), IEntitySelector(Of IServiceRequest), IPartnerComponent, IPartnerComponent(Of String)
- Derived
- Implements
Properties
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Item[String] |
Gets a single service request behavior. |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
Methods
ById(String) |
Gets a single service request behavior. |
Get() |
Retrieves all service requests. |
GetAsync() |
Asynchronously retrieves all service requests. |
Query(IQuery) |
Queries service requests.
|
QueryAsync(IQuery) |
Asynchronously queries service requests.
|