Class RequiredVersionAttribute
- Namespace
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.Attributes
- Assembly
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
Minium supported PDM Version.
public class RequiredVersionAttribute : Attribute, _Attribute
- Inheritance
-
RequiredVersionAttribute
- Implements
- Inherited Members
Constructors
RequiredVersionAttribute(Year_e, ServicePack_e)
Initializes a new instance of the RequiredVersionAttribute class.
public RequiredVersionAttribute(Year_e PDMYear, ServicePack_e ServicePack)
Parameters
PDMYear
Year_eThe PDM year.
ServicePack
ServicePack_eThe service pack.
RequiredVersionAttribute(int, int)
Initializes a new instance of the RequiredVersionAttribute class.
public RequiredVersionAttribute(int major, int minor)
Parameters
Properties
Major
Gets or sets the major.
public int Major { get; set; }
Property Value
- int
The major.
Minor
Gets or sets the minor.
public int Minor { get; set; }
Property Value
- int
The minor.