t_CustomView_Models_Instance
Instance
Properties
name : stringUnique name within the view
value : stringDisplayed collection of items: (<view1> <a11> ... <a1N>) ... (<viewN> <aN1> ... <aNM>)|(@ <a1> ... <aN>)|(@@ <class>)
<empty> - the same as (@) in Forms; no data in other situations (ViewName1 assoc1 ... assocN) ... (ViewNameM assoc1 ... assocX) - collection relative to the items of the specified views; constrained by all the association paths (@ assoc1 ... assocN) - collection relative to the Form items (@@ ClassName) - instances of the class specified by ClassName
Content
Sequence of:
t_Model_Bind [0..*] - Exposes data in the model
Parents
t_CustomView_Models - View data definitions
t_Model_Bind
Exposes data in the model
Parent topic: t_CustomView_Models