Hi,
for Unlinked and Disconnected component (reason field), I think it would be very useful to not having to rely on a string, as matching against a string that may also change in the future can be pretty ugly.
Instead, an enum should be introduced with all possible values, and a Display implementation for this enum that just include the strings that are currently used.
Hi,
for
UnlinkedandDisconnectedcomponent (reason field), I think it would be very useful to not having to rely on a string, as matching against a string that may also change in the future can be pretty ugly.Instead, an enum should be introduced with all possible values, and a
Displayimplementation for this enum that just include the strings that are currently used.