NxGroupDef Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Defines the properties of an object group.
Inheritance
-
System.Object
-
AbstractStructure
- NxGroupDef
-
AbstractStructure
Syntax
[ValueClass]
public class NxGroupDef : AbstractStructure, IDisposable, INxGroupDef, IAbstractStructureConstructors
| Name | Description |
|---|---|
| NxGroupDef() |
Creates an instance of the NxGroupDef class |
Properties
| Name | Description |
|---|---|
| Class |
Specifies the class of the group's object members. JSON property name: qClass |
| GroupType |
Specifies the type of the group's subgroup members. JSON property name: qGroupType |
| Label |
The group's label. Will be evaluated as an expression if it starts with '='. JSON property name: qLabel |
| MemberIds |
The objects and sub-groups that are members of the group. JSON property name: qMemberIds |
| ObjectType |
Specifies the type of the group's object members. JSON property name: qObjectType |