Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.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