Changes
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..."
== 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 ProxyMetaProperties on one single MetaProxy define the structure of the interface representatnt ([[Proxy]]) for a set of Ubik objects (per interface).
The detailed configuration of a ProxyMetaProperty must be done on the Relation object between MetaProxy and MetaProxyProperty ("SYSREL_METAPROXY_PROPERTY").
{| class="wikitable" | width = "50%"
|-
! Property!! Description!! Type
|-
| Calculated Value|| Defines the exported/import Ubikvalue as a calculated one See ... || Drop Down field (Integer)
|-
| IsExternalPrimaryKey|| Defines the Property as an [[ExternalPrimaryKey|external primary key]] || Boolean
|-
| ImportTarget - Index|| Index of the referenced Target Proerty where the value should be stored to / come from. Defaultvalue = -1 || Integer
|-
| ImportTarget - PropertyName|| Reference to the MetaProperty the imported/exported data should be stored to / come from || Drop Down field (Link)
|-
| Update Type|| Defines the [[ProxyUpdateType|Proxy Update Type]] || Drop Down field (Integer)
|-
|}
==See also==
* [[Proxy]]
* [[MetaProxy]]
* [[UBIK MetaClass Model]]
* [[MetaProperty]]
[[Category:UBIK Object]]
