Views
This table defines class views.
Field Description | Field Name | |
Name. Name of the view. | name | |
Description. Human-readable description of the view. | description | |
Columns. List of class fields shown when the view is active. By default, all class'es fields are added to the columns table and the following modifications are allowed:
It's also possible to add new Calculated Fields in the view and mix them to original class's fields. Every calculated field's format may be specified via Class Field settings. If a calculated field was added, it's necessary to add a view Binding that will evaluate its value for every class instance by referring other columns of the view. | columns | |
Filter. Class instance filter applied when the view is active. | filter | |
Sorting. Instance sorting rules applied when the view is active. | sorting | |
Bindings. Class field bindings applied when the view is active. Each binding defines a calculated field (column) whose value will be evaluated and an expression used to evaluate it. | bindings | |
View Binding Expression Resolution Environment: | ||
---|---|---|
Context of the class. | ||
Table representing data of the view record being processed, including all class fields and calculated fields. | ||
0 | ||
Standard variables only. |
These properties may be accessed through the views variable.
Was this page helpful?