Difference between revisions of "SYSREL METAPROPERTY (Relation Data)"
(Created page with "{{RelationDataInfoBox | title = MetaProperties relation data | name = SYSREL_METAPROPERTY | relation = SYSREL METAPROPERTY | inheritance = RELATIONDATA | namespace = S...") |
m (Text replacement - "M" to "") |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
| version = 2+ | | version = 2+ | ||
}} | }} | ||
| + | == Own Properties == | ||
| + | {| class="wikitable" width=50% | ||
| + | |- | ||
| + | ! width=30% | Name !! width=20% | Data type !! Comment | ||
| + | |- | ||
| + | | '''Propertycategory''' (CATEGORY) || {{Integer}} || set a specific [[MetaProperty#Category|category]] | ||
| + | |- | ||
| + | | '''Description''' (DESCR) || {{Text}} (indexed) || set a specific multilingual [[MetaProperty#Description|description]] | ||
| + | |- | ||
| + | | '''Initial Value''' (INITIALVALUE) || {{Text}} (indexed) || configure specific [[MetaProperty#Initial_value|initial values]] | ||
| + | |- | ||
| + | | '''Default Value''' (INITIALVALUE) || {{Text}} (indexed) || configure specific [[MetaProperty#Default_value|default values]] | ||
| + | |- | ||
| + | | '''Value Validation''' (VALUEVALIDATION) || {{Guid}} || link to a [[MetaProperty#Value_Validation|value validation]] object | ||
| + | |- | ||
| + | | '''Index Type''' (INDEXTYPE) || {{Integer}} || set a specific [[MetaProperty#Index_Type|index type]] | ||
| + | |- | ||
| + | | '''Sort order''' (ORDER) || {{Integer}} || set how the property should be sorted | ||
| + | |} | ||
| − | + | ||
| − | [[Category:Relation | + | |
| + | [[Category:Relation data|M]] | ||
Latest revision as of 14:34, 3 February 2015
| Name | SYSREL_METAPROPERTY |
|---|---|
| Namespace(s) | System.Relation.Data |
| Relation | SYSREL METAPROPERTY |
| Inheritance | RELATIONDATA |
| Version | 2+ |
Own Properties
| Name | Data type | Comment |
|---|---|---|
| Propertycategory (CATEGORY) | Integer | set a specific category |
| Description (DESCR) | Text (indexed) | set a specific multilingual description |
| Initial Value (INITIALVALUE) | Text (indexed) | configure specific initial values |
| Default Value (INITIALVALUE) | Text (indexed) | configure specific default values |
| Value Validation (VALUEVALIDATION) | Guid | link to a value validation object |
| Index Type (INDEXTYPE) | Integer | set a specific index type |
| Sort order (ORDER) | Integer | set how the property should be sorted |
