ParameterValueTypes Enumeration

The supported parameter value types.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[FlagsAttribute]
[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Data_Enum_")]
public enum ParameterValueTypes
Members
  Member nameValueDescription
None0The parameter value type is not set.
Logical1The parameter accepts one logical parameter value for resolution.
SingleBoolean2The parameter accepts one single Boolean value for resolution.
SingleDateTime4The parameter accepts one single date/time value for resolution.
SingleMember8The parameter accepts one single member value for resolution.
SingleNumber16The parameter accepts one single number value for resolution.
SingleString32The parameter accepts one single string value for resolution.
CollectionBoolean64The parameter accepts a collection of Boolean values for resolution.
CollectionDateTime128The parameter accepts a collection of date/time values for resolution.
CollectionMember256The parameter accepts a collection of member values for resolution.
CollectionNumber512The parameter accepts a collection of number values for resolution.
CollectionString1024The parameter accepts a collection of string values for resolution.
RangeDateTime2048The parameter accepts a range of calendar values for resolution.
RangeMember4096The parameter accepts a range of calendar values for resolution.
RangeNumber8192The parameter accepts a range of calendar values for resolution.
RangeString16384The parameter accepts a range of string values for resolution.
HierarchyLevel32768The parameter accepts a hierarchy level parameter value for resolution.
MemberDrillDown65536The parameter accepts lists of expanded and collapsed hierarchy members for resolution.
Referenced131072The value is used for referencing another parameter value.
File262144The value is used for referencing a file.
TimeHierarchyOffset524288The value is used for referencing a ITimeHierarchy offset.
ConnectorElement1048576The parameter accepts one connector element for resolution.
AnalysisElement2097152The parameter accepts one analysis element (measure or hierarchy) for resolution.
AllDateTimeValues2180 The parameters accepts all possible DateTime value types for resolution.
AllNumberValues8720 The parameters accepts all possible number value types for resolution.
AllStringValues17440 The parameters accepts all possible string value types for resolution.
AllHierarchyValues4360 The parameters accepts all possible member value types for resolution.
See Also