The selection capabilities of the dimension or dimension value.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public enum MultiSelect |
| Visual Basic (Declaration) |
|---|
Public Enumeration MultiSelect |
| Visual C++ |
|---|
public enum class MultiSelect |
Members
| Member name | Description | |
|---|---|---|
| None |
This is a single select dimension.
| |
| And |
This is a multi-select dimension that finds the intersection of the selected dimension values.
| |
| Or |
This is a multi-select dimension that finds the union of the selected dimension values.
|