Metadata definitions for ExpressionBindingProcessor. More...
Public Attributes | |
DynamicPropertyType< Integer > | Argument1FieldProperty |
The property attribute for the first argument. More... | |
DynamicPropertyType< Integer > | Argument1Property |
The first argument in the binding expression. More... | |
DynamicPropertyType< Integer > | Argument2FieldProperty |
The property attribute for the second argument. More... | |
DynamicPropertyType< Integer > | Argument2Property |
The second argument in the binding expression. More... | |
DynamicPropertyType< Integer > | Argument3FieldProperty |
The property attribute for the third argument. More... | |
DynamicPropertyType< Integer > | Argument3Property |
The third argument in the binding expression. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ExpressionBindingProcessor") |
Metaclass for ExpressionBindingProcessor. | |
DynamicPropertyType< Integer > | OperationProperty |
The operation in the expression. More... | |
DynamicPropertyType< Integer > | OutputFieldProperty |
The property attribute of the output register. More... | |
DynamicPropertyType< Integer > | OutputProperty |
The temporary register to write the result to. More... | |
Public Attributes inherited from BindingProcessorMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.BindingProcessor") |
Metaclass for BindingProcessor. | |
Metadata definitions for ExpressionBindingProcessor.
DynamicPropertyType<Integer> Argument1FieldProperty |
The property attribute for the first argument.
DynamicPropertyType<Integer> Argument1Property |
The first argument in the binding expression.
DynamicPropertyType<Integer> Argument2FieldProperty |
The property attribute for the second argument.
DynamicPropertyType<Integer> Argument2Property |
The second argument in the binding expression.
DynamicPropertyType<Integer> Argument3FieldProperty |
The property attribute for the third argument.
DynamicPropertyType<Integer> Argument3Property |
The third argument in the binding expression.
DynamicPropertyType<Integer> OperationProperty |
The operation in the expression.
DynamicPropertyType<Integer> OutputFieldProperty |
The property attribute of the output register.
DynamicPropertyType<Integer> OutputProperty |
The temporary register to write the result to.