Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OfficeModule.CustomizeTypesInfo(ITypesInfo) Method

Customizes metadata of OfficeModule-specific business classes before the metadata is loaded to the Application Model‘s BOModel node.

Namespace: DevExpress.ExpressApp.Office

Assembly: DevExpress.ExpressApp.Office.v21.2.dll

Declaration

public override void CustomizeTypesInfo(
    ITypesInfo typesInfo
)

Parameters

Name Type Description
typesInfo ITypesInfo

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

See Also