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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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