Click or drag to resize

IParametersVersionConverter Interface

Mechanism allowing to support backward compatibility of the macro feature parameters across the versions. This interface is coupled with ParametersVersionAttribute

Namespace:  CodeStack.SwEx.MacroFeature.Base
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public interface IParametersVersionConverter : IDictionary<Version, IParameterConverter>, 
	ICollection<KeyValuePair<Version, IParameterConverter>>, IEnumerable<KeyValuePair<Version, IParameterConverter>>, 
	IEnumerable
Remarks
This class is a dictionary of version and the appropriate converter from the previous version to the specified one. Use ParametersVersionConverter for the specific implementation
See Also