Attribute class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:29

Description

Attribute class display an attribute in a search in a searchObjectUI, or objectUI.

Namespace

TeraDP.GN4.Schema

Members

paththe attribute name. Mandatory.
opthe default OpCode to use. Optional.
modethe attribute mode (Hidden, Normal, ReadOnly, Unknown). Optional.
InitValue1The value to initialise the from value in non-reference searches.
InitValue2The value to initialise the to value in non-reference searches.

Examples for searchObjectUI

1

<attribute path="[archive.archiveParent]">

 <ui mode="Normal" labelPosition="Above" refAttributes="archiveParent" orientation="Vertical">

                 <template kind="Tree" opMode="Hidden" />

 </ui>

</attribute>

2

<attribute path="[config.name]" initValue1="4_tabitems 4_config EditorialConfig GlobalConfig" op="ContainingSome"/>

3

<attribute path="ObjectType.Id" op="In" objectTypes="partition quota" mode="Hidden" />

Examples for objectUI

1

<attribute path="ObjectType.Id" op="InSubtree">

 <ui label="Show">

                 <template kind="Single" objectTypes="security user group" opMode="Hidden"/>

 </ui>

</attribute>

2

<attribute name="minScale">

 <ui mode="Normal"/>

</attribute>

Programmers documentation

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/index.html#frlrfTeraDPGN4SchemaPathSearchAttributeUIClassTopic_members--.html