I have approximately 20 entities that have common and unique properties. The properties are based on binary values stored as integers. When the process runs it will read the values from a database, decode the bits and set each of the entity properties to True or False so those values can be used to update the same properties in a new system. I guess you could say the entities are objects and each one has up to 21 properties.
I'm...