AmountTransform

open class AmountTransform : TransformValue, @unchecked Sendable

Abstract base class for top and bottom transformations.

  • Returns the numeric value to be applied in the transformation.

    Declaration

    Swift

    open var amount: DataValue { get }
  • Returns the name of the transformation.

    Declaration

    Swift

    open var name: String { get }
  • Returns the value by which the transformation will compare the instances in the entity set.

    Declaration

    Swift

    open var value: DataValue { get }