EnumProcessingHelper.RegisterEnum(Type, String) Method
Enables serialization of the specified enumeration type values in Criteria Language expressions.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
enumType | Type | A Type object specifying the type of enumeration to be registered. |
toStringName | String | A string that specifies the enumeration name to be used in criteria instead of FullName. |
See Also