Skip to main content
.NET 6.0+

ValidationModule.CustomizeTypesInfo(ITypesInfo) Method

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

Namespace: DevExpress.ExpressApp.Validation

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

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.

Remarks

This method is not intended to be called from your code.

See Also