Skip to main content

EnumProcessingHelper.RegisterEnums(Assembly) Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static void RegisterEnums(
    Assembly assembly
)

Parameters

Name Type Description
assembly Assembly

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

See Also