Group Attributes
|
Attribute
|
Modify
|
Type
|
Description
|
|
|
|
deleteWhen
|
yes
|
string
|
The values that can be used are:
|
|
|
|
|
deleteNever
The group itself is never automatically deleted no matter which group member deleted.
|
|
|
|
|
deleteFirst
The group itself is automatically deleted once the first group member is deleted.
|
|
|
|
|
deleteLast
The group itself is automatically deleted once the last group member is deleted
|
|
defName
|
no
|
string
|
The name of a group definition object associated with this group.
|
|
groupMembers
|
no
|
l_objId
|
List of group members contained in this group
|
|
isCollection
|
yes
|
boolean
|
t if the group is a collection, nil otherwise
|
|
isOrdered
|
yes
|
boolean
|
t if the groupMembers are ordered, nil otherwise
|
|
isSet
|
yes
|
boolean
|
t if the group is a set, nil otherwise
|
|
isUniqueName
|
yes
|
boolean
|
t if the group name is unique, nil otherwise
|
|
members
|
no
|
l_objId
|
List of group members contained in this group
|
|
name
|
yes
|
string
|
Name of this group
|
|
objects
|
no
|
l_objId
|
List of objects contained in this group (referred to by group members)
|
Related Topics
Generic Object Attributes
Return to top