Does anyone know if the firefly.box infrastructure supports a column that is based on Enum that I added to my code?
does firefly supports Enums
61 Views Asked by ZShavit At
1
Does anyone know if the firefly.box infrastructure supports a column that is based on Enum that I added to my code?
You can use:
Firefly.Box.Data.EnumColumn<EnumType>Also have a look at:
Firefly.Box.Data.Advanced.CustomColumn<T>