Changes

MetaProperty

1,722 bytes added, 08:03, 15 October 2013
/* Configuration */
===String Length===
The maximum number of characters for a property value. Only applies to property types that store text values, like
* [[#Text|Text]]
* [[#Source Code|Source Code]]
* [[#File Reference|File Reference]]
* [[#XML|XML]]
 
===Multilanguage===
If set to true, the property will store values in all configured languages. Only applies to properties of type [[#Text|Text]].
===Reference===
The [[Reference|reference]] to use for pointing to another {{UBIK}} object. Only applies to properties of type [[#Guid|Guid]].
===Selective List===
The [[Selective List|selective list]] to pick values from instead of providing free input of values.
===Unit Item===
The [[Unit Item|unit item]] that shall be assigned to the value of the property. Only applies to properties of type [[Floating Point|floating point]].
===Format===
The format how a numeric value should be displayed. Only applies to properties of type [[Floating Point|floating point]]. Some examples:
 
* #.### will result in a number with a maximum of 3 digits right of the decimal point
* #.0 will result in a number with a 0 or one digit right of the decimal point
 
For a full list of formatting options please refer to Microsoft's documentation about
* [http://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.100).aspx standard numeric format strings] and
* [http://msdn.microsoft.com/en-us/library/0c899ak8(v=vs.100).aspx custom numeric format strings]
 
{{Attention|Please be ware that the result of the formatting is also depending on the regional/cultural settings of your machine}}
===Value Validation===
===Bytestream Type===
===CategoryOrder===
===Serialize===
If set to true, the value of the property will be serialized when set.
 
===Category===
The category a property is assigned to. This is used for grouping purposes in various UI elements, where properties of the same assigned category will be displayed together.
==Editing a MetaProperty==