Class AvailableSinceVersionAttribute
Gives the version since when an interface, method, ... is available.
Implements
Inherited Members
Namespace: TopSolid.Pdm.Explorer.Automating
Assembly: TopSolid.Pdm.Explorer.Automating.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface)]
public sealed class AvailableSinceVersionAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| AvailableSinceVersionAttribute(int, int, int, int) | Initializes a new instance of the AvailableSinceVersionAttribute class. |
Properties
| Name | Description |
|---|---|
| Version | Gets the version, as ((Major * 100 + Minor) * 1000 + Build) * 1000 + Revision. |
| VersionText | Gets the version, as "[Major].[Minor].[Build].[Revision]". |