The IAutoConverter type exposes the following members.

Properties

  NameDescription
Public propertyBeforeConversion_TaskConfigurationChanges
Get/set the before-conversion configuration change method. The delegate that executed right before conversion, in order to allow changing the auto conversion target specs for specific scenarios.

This adds more flexibilitiy on auto conversion.

Please note that each individual configuration can be changed, but not added or removed. This means the number of conversion tasks cannot be changed.

Public propertyConverterSettings
Get the conversion configurations.
Public propertySourceMemberName
Get the source member name this converter will intercept to perform auto conversions.
Public propertyTasks
Get the tasks to perform during auto conversion.
Public propertyTypeName
Get what this auto converter is used for (asset type)

See Also