dibley1973 / OpenRMS

Open RMS is an Open Source project with the intention of delivering a retail management platform that is free to install, use, modify and distribute.
GNU General Public License v3.0
9 stars 7 forks source link

Move common logic of 'Code', 'Name', and 'Shortdescription' into base class. #49

Closed dibley1973 closed 7 years ago

dibley1973 commented 7 years ago

There is common logic within the 'Code', 'Name', and 'ShortDescription' structures, so move this off into base class.

dibley1973 commented 7 years ago

After an initial investigation, because static Create methods which need to be aware of an instant member MaximumCharacterLength, although there is a lot of commonality which can be shared there is not a workable solution on the whole.