AutoConverters are conversion components that will automatically execute a conversion from a source member to one (or many) target members. Implemented classes do not need to add metadata to the output binary result, since metadata will be detected when the binary is added to a member in the asset.

The AdditionalProperties property is on the returning object module, is mainly used by BeforeConversion_TaskConfigurationChanges callback to adding arbitrary metadata.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IAutoConverter
Visual Basic
Public Interface IAutoConverter
Visual C++
public interface class IAutoConverter

See Also