GenericDimensionInfo MembersQlik Sense .NET SDK - API Reference
The GenericDimensionInfo type exposes the following members.
Constructors

  NameDescription
Public methodGenericDimensionInfo
Initializes a new instance of the GenericDimensionInfo class
Back to Top
Methods

  NameDescription
Public methodAdd
Add Object with unique basetype to container
(Inherited from DynamicJson.)
Public methodGetMember
Get member from container with specified name
(Inherited from DynamicJson.)
Public methodSetMember
Set member in container to specified value
(Inherited from DynamicJson.)
Public methodTryGetMember
Try to get member from container with specified name
(Inherited from DynamicJson.)
Public methodTrySetMember
Try to set member in container to specified value
(Inherited from DynamicJson.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodIf (Defined by DynamicJsonExtensions.)
Public Extension MethodSwitch (Defined by DynamicJsonExtensions.)
Back to Top
Properties

  NameDescription
Public propertyAndMode
If set to true a logical AND (instead of a logical OR) is used when making selections in a field. The default value is false.
Public propertyApprMaxGlyphCount
Length of the longest value in the field.
Public propertyCardinal
Number of distinct field values
Public propertyIsSemantic
If set to true, it means that the field is a semantic.
Public propertyName
Public propertyTags
Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII
Back to Top
See Also