IApplicationModelProvider Interface

Definition

Builds or modifies an ApplicationModel for action discovery.

public interface class IApplicationModelProvider
public interface IApplicationModelProvider
type IApplicationModelProvider = interface
Public Interface IApplicationModelProvider

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(ApplicationModelProviderContext)

Executed for the second pass of ApplicationModel building. See Order.

OnProvidersExecuting(ApplicationModelProviderContext)

Executed for the first pass of ApplicationModel building. See Order.

Applies to