Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFValue Constructor

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFValue Constructor
Initializes a new instance of the AFValue class.

Overload List

  NameDescription
Public method
AFValue
This is the default constructor which creates a new AFValue object with default values for its properties.
Public method
AFValue(Object)
This is the constructor for an AFValue object which specifies the value and uses defaults for all the other properties.
Public method
AFValue(AFValue)
This is the copy constructor which creates a new AFValue object with the same values as the specified AFValue object.
Public method
AFValue(Object, AFTime)
This is the constructor for an AFValue object which specifies the value and timestamp and uses defaults for all the other properties.
Public method
AFValue(Object, UOM)
This is the constructor for an AFValue object which specifies the value and unit of measure and uses defaults for all the other properties.
Public method
AFValue(Object, AFTime, UOM)
This is the constructor for an AFValue object which specifies the value, timestamp, and unit of measure and uses defaults for all the other properties.
Public method
AFValue(AFAttribute, Object, AFTime)
This is the constructor for an AFValue object which specifies the Attribute, the value, and timestamp and uses defaults for all the other properties.
Public method
AFValue(Object, AFTime, UOM, AFValueStatus)
This is the constructor for an AFValue object which specifies all the properties.
Public method
AFValue(AFAttribute, Object, AFTime, UOM)
This is the constructor for an AFValue object which specifies the Attribute, the value, timestamp, and unit of measure and uses defaults for all the other properties.
Public method
AFValue(AFAttribute, Object, AFTime, UOM, AFValueStatus)
This is the constructor for an AFValue object which specifies the Attribute for the value and all the properties of the value.

See Also

TitleResults for “How to create a CRG?”Also Available in