Difference between revisions of "ACMMETAPROPERTYRELDATA"
(→Own properties) |
|||
(26 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{MetaClassInfoBox |
− | | title = | + | | title = MetaProperties Relation Data |
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
+ | | internalname = - | ||
| inheritance = [[RELATIONDATA]] | | inheritance = [[RELATIONDATA]] | ||
| namespace = System.Relation.Template.ACM | | namespace = System.Relation.Template.ACM | ||
− | | purpose = | + | | purpose = Relation data template for published [[MetaProperty|MetaProperties]] |
| version = 2+ | | version = 2+ | ||
+ | | typestring = UBIK.Interface.MetaClass | ||
+ | | runtimetype = UBIK.Kernel.RelationData | ||
}} | }} | ||
− | + | == Own properties == | |
+ | [[File:UI_MetaClassScope_05.PNG|thumb|220px|alt=Relational Data|Relational Data of a MetaClassScope]] | ||
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
! width=30% | Property !! width=20% | Data type !! Comment | ! width=30% | Property !! width=20% | Data type !! Comment | ||
|- | |- | ||
− | | '''Initial Value''' (INITIALVALUE) || | + | | '''Initial Value''' (INITIALVALUE) || {{Text}} || configure specific [[MetaProperty#Initial_value|initial values]] |
|- | |- | ||
− | | '''Priority''' (PRIORITY) || | + | | '''Priority''' (PRIORITY) || {{Integer}} || set a priority value, e.g. used in combination with the Measurement Task Classification |
|- | |- | ||
− | | '''Write enabled''' (WRITEENABLED) || | + | | '''Write enabled''' (WRITEENABLED) || {{Boolean}} || property value can be changed by the mobile user |
|- | |- | ||
− | | '''Visibility''' (ACMVISIBILITY) || | + | | '''Visibility''' (ACMVISIBILITY) || {{Integer}} || set the [[METACLASSSCOPE#Visibility|visibility]] of the property |
+ | |- | ||
+ | | '''Sort order''' (ORDER) || {{Integer}} || set how the property should be sorted | ||
+ | |- | ||
+ | | '''Compare Value''' (COMPARE_VALUE) || {{Integer}} || Select '''Compare Value''' if the value of this property is calculated (e.g. by customized code). Use '''Do not compare''' otherwise. | ||
+ | |- | ||
+ | | '''Filter Query''' (FILTER_QUERY) || {{NULLABLE Guid}} || Possibility to configure a query which is used (on the client) for scanning of targets when editing the Property. You need to select a Query Scope here (Version 2.6.2++). | ||
|- | |- | ||
− | |||
|} | |} | ||
+ | {{Hint|Setting the Compare Value property to '''Compare Value''' is necessary to refresh the value of a of a calculated property on the mobile device.}} | ||
=== Priority === | === Priority === | ||
Line 40: | Line 50: | ||
| Hidden || Property will only be shown on the mobile device if [[UBIK_Client_Basics#Options|ShowSystemProperties]] is set to true | | Hidden || Property will only be shown on the mobile device if [[UBIK_Client_Basics#Options|ShowSystemProperties]] is set to true | ||
|} | |} | ||
+ | |||
+ | [[Category:Context scope|A]] | ||
+ | [[Category:Relation data|A]] |
Latest revision as of 12:06, 13 November 2017
MetaProperties Relation Data | |
---|---|
Name | ACMMETAPROPERTYRELDATA |
Namespace | System.Relation.Template.ACM |
Internal Name | - |
TypeString | UBIK.Interface.MetaClass |
RuntimeType | UBIK.Kernel.RelationData |
Purpose | Relation data template for published MetaProperties |
Version | 2+ |
Own properties
Property | Data type | Comment |
---|---|---|
Initial Value (INITIALVALUE) | Text | configure specific initial values |
Priority (PRIORITY) | Integer | set a priority value, e.g. used in combination with the Measurement Task Classification |
Write enabled (WRITEENABLED) | Boolean | property value can be changed by the mobile user |
Visibility (ACMVISIBILITY) | Integer | set the visibility of the property |
Sort order (ORDER) | Integer | set how the property should be sorted |
Compare Value (COMPARE_VALUE) | Integer | Select Compare Value if the value of this property is calculated (e.g. by customized code). Use Do not compare otherwise. |
Filter Query (FILTER_QUERY) | NULLABLE Guid | Possibility to configure a query which is used (on the client) for scanning of targets when editing the Property. You need to select a Query Scope here (Version 2.6.2++). |
Setting the Compare Value property to Compare Value is necessary to refresh the value of a of a calculated property on the mobile device. |
Priority
Value | Comment |
---|---|
>120 | Property is shown in the pop-up dialog if the object is classified as SYSCLS TASK |
Visibility
Value | Comment |
---|---|
Visible | Property will always be shown on the mobile device |
Hidden | Property will only be shown on the mobile device if ShowSystemProperties is set to true |