Skip to main content

SystemWindowsFormsModule.CustomizeTypesInfo(ITypesInfo) Method

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

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

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