Are coded source files from libraries accessible in low-code xaml files?

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?

Thanks! Let me know if I need to explain better.

I think they should be accessible from .xaml files. Simple example:

1 Like

Huh, well I’ll be a monkey’s uncle.

I swear I read what I claimed somewhere in documentation. Later, I’ll have to go read again. If this is the case, that opens up some more options.

I just thought when working with web APIs it would be nice to have proper and custom model classes.