IPageApplicationModelPartsProvider Interface

Definition

Provides parts that are used to construct a PageApplicationModel instance

public interface class IPageApplicationModelPartsProvider
public interface IPageApplicationModelPartsProvider
type IPageApplicationModelPartsProvider = interface
Public Interface IPageApplicationModelPartsProvider

Methods

CreateHandlerModel(MethodInfo)

Creates a PageHandlerModel for the specified method.s

CreateParameterModel(ParameterInfo)

Creates a PageParameterModel for the specified parameter.

CreatePropertyModel(PropertyInfo)

Creates a PagePropertyModel for the property.

IsHandler(MethodInfo)

Determines if the specified methodInfo is a handler.

Applies to