TokenDisplayTypes Enumeration

Used to filter the tokens to display on the UI control.

Namespace:  Dundas.BI.Data.Parameters.Tokens
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[FlagsAttribute]
public enum TokenDisplayTypes
Members
  Member nameValueDescription
None0 Not set.
Single1 Single value tokens.
Collection2 Collection value tokens.
RangeFull4 Tokens that identify a full range.
RangeStart8 Tokens that identify a range start.
RangeEnd16 Tokens that identify a range end.
See Also