EnumProcessingHelper.RegisterEnum Method
| Name | Parameters | Description |
|---|---|---|
| RegisterEnum(Type, String) static | enumType, toStringName | Enables serialization of the specified enumeration type values in Criteria Language expressions. |
| RegisterEnum(Type) static | enumType | Enables serialization of the specified enumeration type’s values in Criteria Language expressions. |
| RegisterEnum<T>() static | none | Enables serialization of the specified enumeration type’s values in Criteria Language expressions. |