Skip to main content
A newer version of this page is available. .

EnumProcessingHelper.RegisterEnums(Assembly, Boolean) Method

Enables serializing values of all enumerations from the specified assembly in Criteria Language expressions.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public static void RegisterEnums(
    Assembly assembly,
    bool suppressReferencesProcessing
)

Parameters

Name Type Description
assembly Assembly

A Assembly object that specifies the assembly containing enumerations to be registered.

suppressReferencesProcessing Boolean

true, if enumerations from referenced assemblies are ignored; otherwise, false.

See Also