0
TimMackey created
When adding a new property of type 'enum', the drop-down list of enum types presents some of my custom enums and not others. All my enum files are in the same folder and are the same namespace in *.Core.Shared. How does RAD tool determine which enums to include in its drop-down list, and which enums to ignore?
4 Answer(s)
-
0
-
0
Upon further investigation it seems that the tool can't handle binary.
namespace ngTTM.TtmDataModel { public enum TtmSampleEnum { Undefined = 0, HasGuid = 0b0__0000_0100_0000_0000, NooGuid = 0b0__0000_0000_0000_0000, } }
-
0
Unintentionally closed. Would like to see a solution.
-
0
We won't support that.