Hello,
I have created my own SourceProvider and DestinationProvider.
Source provider inherits after your XmlProvider and DestinationProvider is created from scratch.
Everything work beside 'Edit source settings' and 'Edit destination settings' button on job view.
In SoruceProvider I can see my own parameters but values are empty (but I see this values in job xml files in \Files\Files\Integration\jobs\).
In DestinationFiles I don't see parameters of my provider, but empty parameters form SqlProvider.
I tried use example providers http://developer.dynamicweb-cms.com/documentation/for-developers/data-integration/providers/how-do-i-create-my-own-provider.aspx.
On version 8.2.1.11. I needed add method CheckMappings and implement Serialize.
After this corrections example providers works as my own destination providers. I see parameters of SqlProvider.
What is essential to proper working 'Edit source settings' and 'Edit destination settings' button?
How correct example providers?