Click or drag to resize

ParametersVersionAttribute Class

Attributes specifies the current version of the macro feature parameters data model. This allows to implement backward compatibility for the macro feature parameters for future versions of macro feature
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CodeStack.SwEx.MacroFeature.AttributesParametersVersionAttribute

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 class ParametersVersionAttribute : Attribute
Constructors
  NameDescription
Public methodParametersVersionAttribute(String, Type)
Specifies the current version of the parameters data model
Public methodParametersVersionAttribute(Int32, Int32, Type)
Specifies the current version of the parameters data model
Top
See Also