Click or drag to resize

IParameterConverter Interface

Represents the conversion routines between this version of parameters and previous version of the parameters

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 IParameterConverter

The IParameterConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertDisplayDimensions
Converts display dimensions from previous version
Public methodConvertEditBodies
Converts edit bodies from previous version
Public methodConvertParameters
Converts parameters from previous version
Public methodConvertSelections
Converts selections from previous version
Top
Remarks
Use specific implementation ParameterConverter
See Also