T
tekiegreg
Hey there, what kind of structure is best for building a Constant tree/
subtree mix, for example if the following values would be constant:
Readings.OpenReading
Readings.CloseReadings
Discounts.EmployeeDiscount
Discounts.PoliceDiscount
etc...
What would be the best structure to build for this model so I could
read keys and subkeys of a given item? I've tried enumerations but
couldn't quite figure out how it works in nesting below (for example
you can enumerate "Readings" but not "OpenReading", thanks!
subtree mix, for example if the following values would be constant:
Readings.OpenReading
Readings.CloseReadings
Discounts.EmployeeDiscount
Discounts.PoliceDiscount
etc...
What would be the best structure to build for this model so I could
read keys and subkeys of a given item? I've tried enumerations but
couldn't quite figure out how it works in nesting below (for example
you can enumerate "Readings" but not "OpenReading", thanks!