Bind parameters hold correlation between properties of the object. Typical bind parameter has the following graphical representation:
The bind node is optional. It specifies the bind parameter. Data type: BindType (descriptor.xsd
).
If it is specified, it contains the following parameters:
descriptor.xsd
).If it is specified, it contains the following parameters:
Note: read-only is of higher priority than writable-by.
Remarks
Multiple bind nodes for a single property descriptor are treated as logical disjunction of correlations.
Multiple relevant nodes are treated as logical conjunction of the rules.
This rule tells to make PHP ISAPI support editable only if PHP support is editable and checked.
<bind>
<ref>php_isapi</ref>
<relevant>
<name>php</name>
<read-only>0</read-only>
</relevant>
<relevant>
<name>php</name>
<value>1</value >
</relevant>
<read-only>0</read-only>
</bind>