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.
Namespace: Cartella.InterfacesThis 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.
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
BeforeConversionTasksConfigurationsChanges BeforeConversion_TaskConfigurationChanges { get; set; } |
Visual Basic |
---|
Property BeforeConversion_TaskConfigurationChanges As BeforeConversionTasksConfigurationsChanges Get Set |
Visual C++ |
---|
property BeforeConversionTasksConfigurationsChanges^ BeforeConversion_TaskConfigurationChanges { BeforeConversionTasksConfigurationsChanges^ get (); void set (BeforeConversionTasksConfigurationsChanges^ value); } |