Partager via


IQueryActionProvider Interface

Definition

Represents a data provider to execution an action based on known entities (from a query). Such providers must carry both QueryDataProviderAttribute metadata and QueryActionProviderAttribute metadata.

public interface IQueryActionProvider
type IQueryActionProvider = interface
Public Interface IQueryActionProvider
Derived

Methods

CreateQueryActionDataTransformer(ExecutableStep)

Creates a query data transformer to execute actions for the entities.

Applies to