IApplicationModelConvention 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.
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. |