The GroupTable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add()()()() | Adds a new empty group to the group table. | |
| Add(IEnumerable<(Of <<'(Guid>)>>)) |
Adds a new group to the group table with a set of objects.
| |
| Add(String) | Adds a new empty group to the group table. | |
| Add(String, IEnumerable<(Of <<'(Guid>)>>)) |
Adds a new group to the group table with a set of objects.
| |
| AddToGroup(Int32, IEnumerable<(Of <<'(Guid>)>>)) |
Adds a list of objects to an existing group.
| |
| AddToGroup(Int32, Guid) |
Adds an object to an existing group.
| |
| ChangeGroupName | ||
| Delete |
Deletes a group from this table.
Deleted groups are kept in the runtime group table so that undo will work with groups. Call IsDeleted() to determine if a group is deleted. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find | Finds a group with a given name. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GroupMembers |
Gets an array of all of the objects in a group.
| |
| GroupName | ||
| GroupNames | ||
| GroupObjectCount | ||
| Hide | ||
| IsDeleted | ||
| Lock | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Show | ||
| ToString | (Inherited from Object.) | |
| Undelete | ||
| Unlock |
Properties
| Name | Description | |
|---|---|---|
| Count | Number of groups in the group table. | |
| Document | Document that owns this group table. |