Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

SystemAspNetModule.CustomizeTypesInfo(ITypesInfo) Method

Customizes metadata on business classes specific to the SystemAspNetModule before loading the metadata to the Application Model‘s BOModel node.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public override void CustomizeTypesInfo(
    ITypesInfo typesInfo
)

Parameters

Name Type Description
typesInfo ITypesInfo

An ITypesInfo object which holds metadata information on business classes to be loaded to the Application Model.

See Also