Normally, classes defined in coded course (.cs) files are not accessible from low-code(.xaml) files. They are, however, accessible from coded workflows.
I want to create a library for interacting with a particular web API. In this library, I want to add model classes that represent entities we are retrieving and posting to this API. If I publish this as a library, and then download it into another project, are those coded source files now useable by the low-code workflows?