i using t4 templates generate config files, use of entity framework entities, have encountered design issue. have properties stored lookup ids in database if write them config file appear numeric id.
i have had few ideas of how translate them correct data such as, passing dictionary of translated properties. however, doesn't seem clean solution.
am approaching lookup id wrong direction, should using enumerator rather using ids? or there way translate lookup ids within t4 template?
Comments
Post a Comment