AmountTransform

open class AmountTransform : TransformValue

Abstract base class for top and bottom transformation items.

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

    Declaration

    Swift

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

    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 }