Extending the Libraries
Extending the Transformation Library
Developer Notes
The Supported conversions are defined as an enumeration in library SimpleIntegration.Core under the class Rule.cs.
For each enumeration value, the class Transform.cs in the library SimpleIntegration.Transformation need to be updated to handle the new conversions.
Back to Homepage