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 assemblies 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[] assemblies,
    bool suppressReferencesProcessing
)

Parameters

Name Type Description
assemblies Assembly[]

A Assembly[] array that specifies assemblies containing enumerations to be registered.

suppressReferencesProcessing Boolean

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

See Also