| ParametersVersionAttribute Constructor (String, Type) |
Specifies the current version of the parameters data model
Namespace:
CodeStack.SwEx.MacroFeature.Attributes
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public ParametersVersionAttribute(
string version,
Type versionConverterType
)
Public Sub New (
version As String,
versionConverterType As Type
)
public:
ParametersVersionAttribute(
String^ version,
Type^ versionConverterType
)
Parameters
- version
- Type: SystemString
Full version - versionConverterType
- Type: SystemType
Type of the parameters converter between versions which implements
IParametersVersionConverter interface
See Also