Difference between revisions of "MetaProxyProperty"
(Created page with " == Basics == A ProxyMetaProperty is used for defining the import / export behavior for one single data entry and is used by MetaProxy objects. The set of used ProxyMeta...") |
m (→Reference MetaProxyProperty) |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | A MetaProxyProperty is used to define the import / export characteristics for data written to or read from {{UBIK}} objects. For each [[MetaProperty]] of a [[MetaClass]], participating in the interface, a MetaProxyProperty is related to the corresponding [[MetaProxy]]. Among a minimum configuration similar to a MetaProperty, some important additional configuration must be done on the [[Relation]] data between the MetaProxy and MetaProxyProperty ([[SYSREL_METAPROXY_PROPERTY]]). | ||
− | == | + | == Reference MetaProxyProperty == |
+ | Also a [[Reference]] can be defined on a MetaProxyProperty. If the targeted type (as set on the Reference) is a MetaProxy object the MetaProxyProperty is defined as [[ExternalPrimaryKey|External Link Property]]. | ||
− | + | If the target MetaProperty, as defined on the configuration of the MetaProxyProperty, is also a {{Guid}} property the target object of the referenced Proxy instance will be set as target value. | |
− | |||
− | + | {{Attention|Index and Multilanguage values are not supported before Version 2.3.3!}} | |
+ | {{Attention|Value Validation for MetaProxyProperties is not supported.}} | ||
+ | {{Attention|Multilanguage is not supported for MetaProxyProperties, separate index values have to be used instead!}} | ||
− | + | [[Category:Interfacing|ProxyMetaProperty]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==See also== | ==See also== | ||
+ | * [[SYSREL_METAPROXY_PROPERTY]] | ||
* [[Proxy]] | * [[Proxy]] | ||
* [[MetaProxy]] | * [[MetaProxy]] | ||
− | |||
* [[MetaProperty]] | * [[MetaProperty]] | ||
− | [[Category: | + | [[Category:Interfacing|ProxyMetaProperty]] |
Latest revision as of 14:05, 7 July 2016
A MetaProxyProperty is used to define the import / export characteristics for data written to or read from UBIK® objects. For each MetaProperty of a MetaClass, participating in the interface, a MetaProxyProperty is related to the corresponding MetaProxy. Among a minimum configuration similar to a MetaProperty, some important additional configuration must be done on the Relation data between the MetaProxy and MetaProxyProperty (SYSREL METAPROXY PROPERTY).
Reference MetaProxyProperty
Also a Reference can be defined on a MetaProxyProperty. If the targeted type (as set on the Reference) is a MetaProxy object the MetaProxyProperty is defined as External Link Property.
If the target MetaProperty, as defined on the configuration of the MetaProxyProperty, is also a Guid property the target object of the referenced Proxy instance will be set as target value.
Multilanguage is not supported for MetaProxyProperties, separate index values have to be used instead! |