AmountTransform
open class AmountTransform: TransformValue
Abstract base class for top and bottom transformation items.
-
The numeric value to be applied in the transformation.
Declaration
Swift
open var amount: DataValue
-
The name of the transformation item.
Declaration
Swift
open var name: String
-
The value by which the transformation will compare the instances in the entity set.
Declaration
Swift
open var value: DataValue