IActionConstraintProvider Interface

Definition

Provider for IActionConstraint.

public interface class IActionConstraintProvider
public interface IActionConstraintProvider
type IActionConstraintProvider = interface
Public Interface IActionConstraintProvider

Properties

Order

Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property.

Methods

OnProvidersExecuted(ActionConstraintProviderContext)

Called to execute the provider, after the OnProvidersExecuting(ActionConstraintProviderContext) methods of all providers, have been called. Order for details on the order of execution of OnProvidersExecuted(ActionConstraintProviderContext).

OnProvidersExecuting(ActionConstraintProviderContext)

Called to execute the provider. Order for details on the order of execution of OnProvidersExecuting(ActionConstraintProviderContext).

Applies to