Adapter files - GhostLabsAB/Examples GitHub Wiki
The template project will generate some skeleton files and depending on the type of adapter the code within will wary. Generated files summary:
- CHANGELOG.md
This markdown file should contain version numbers and what significant changes has been made.
This file must have:
Build Action=Content
- README.md
This markdown file should contain a description for the adapter.
This file must have:
Build Action=Content
- ExpandableNodeParams.cs
Here you define all expandable params that the adapter will generate if any.
- NodeParams.cs
Here you define all parameters that will control the adapter and its usage.
- Startup.cs
Main class of the adapter. Here you select which overrides to use and call adapter specific code.
- GhostAdapter.png
Adapter image for easy recognition.
This file must have:
Build Action=Embedded resource