Class RangeBindingProcessor

Class Hierarchy

Range binding processor is a binding processor for accessing properties from property objects in ranges.

Use RangeBindingProcessor to transform a range containing property objects into a range containing values. A RangeBindingProcessor reads a range and extracts given property from each property object in a range. The values are stored into a value range stored into the output register.

Since Kanzi 3.9.0

Inherits properties and message types from RangeBindingProcessorMetadata.

Synopsis

Methods
create1()

Creates an empty range binding processor

RangeBindingProcessor.RangeBindingProcessor:create1()

Creates an empty range binding processor. This function is intended for use with clone().

Return Values
(RangeBindingProcessor)

Range binding processor.