ParameterToken Class

Parameter token instance.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Parameters.TokensParameterToken

Namespace: Dundas.BI.Data.Parameters.Tokens
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ParameterToken : IEquatable<ParameterToken>

The ParameterToken type exposes the following members.

Constructors
 NameDescription
Public methodParameterToken Initializes a new instance of the ParameterToken class.
Top
Properties
 NameDescription
Public propertyStatic memberAll Gets a cached, read-only instance of the All token.
Public propertyStatic memberAllMembers Gets a cached, read-only instance of the AllMembers token.
Public propertyCaption Gets or sets the token caption.
Public propertyCategory Gets the category of the token.
Public propertyDataType Gets the data type of the token.
Public propertyStatic memberDefault Gets a cached, read-only instance of the Default token.
Public propertyDisplayType Gets the display type of the token.
Public propertyId Gets the token definition ID.
Public propertyIsInversionSupported Gets a value indicating whether this token supports inversion.
Public propertyIsOffsetSupported Gets a value indicating whether this token supports offset.
Public propertyIsResolvable Gets a value indicating whether this token can be resolved.
Public propertyStatic memberLeafMembers Gets a cached, read-only instance of the LeafMembers token.
Public propertyStatic memberNoSelection Gets a cached, read-only instance of the NoSelection token.
Public propertyStatic memberNull Gets a cached, read-only instance of the Null token.
Public propertyOffset Gets or sets the offset, when the token supports offset values.
Public propertyStatic memberOpenRangeBoundary Gets a cached, read-only instance of the OpenRangeBoundary token.
Public propertySortOrder Gets the sort order for the item.
Top
Methods
 NameDescription
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodEquals(ParameterToken)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(ParameterToken, ParameterToken) Implements the == operator for parameter token comparisons.
Public operatorStatic memberInequality(ParameterToken, ParameterToken) Implements the != operator for parameter token comparisons.
Top
See Also