IApplicationModelConvention Interface

Definition

Allows customization of the ApplicationModel.

public interface class IApplicationModelConvention
public interface IApplicationModelConvention
type IApplicationModelConvention = interface
Public Interface IApplicationModelConvention

Remarks

Implementations of this interface can be registered in Conventions to customize metadata about the application.

IApplicationModelConvention run before other types of customizations to the reflected model.

Methods

Apply(ApplicationModel)

Called to apply the convention to the ApplicationModel.

Applies to