Model Bindings
The engine of a model is constructed of server context bindings. Those bindings make the model truly dynamic by forcing it to react to the server context events and changes of server context variables.
Those bindings may define:
- Relations between model data items (i.e. model's own variables, functions and events ).
- Relations between server context data items (i.e. server context variables, functions and events ).
- Relations between server data items and models data items.
Every binding is evaluated at different points during model operation.
See server context bindings for more information.
Was this page helpful?