Click or drag to resize

CreatedVersionAttribute Class

An attribute that may be applied to classes, properties, enumerations, and events indicating the version of CFX where the item was first introduced. If an item has no attribute, it may be assumed that the item was introduced in the first version of CFX ("1.0")
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CFX.UtilitiesCreatedVersionAttribute

Namespace: CFX.Utilities
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class CreatedVersionAttribute : Attribute

The CreatedVersionAttribute type exposes the following members.

Constructors
 NameDescription
Public methodCreatedVersionAttribute Default constructor
Top
Properties
 NameDescription
Public propertyCreatedVersion The version of CFX where this item was first introduced.
Top
See Also