ParameterTokenData Class

The data transfer object for a parameter token coming from JSON, represents a ParameterToken.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class ParameterTokenData : BaseDataContract

The ParameterTokenData type exposes the following members.

Constructors
  NameDescription
Public methodParameterTokenData
Initializes a new instance of the ParameterTokenData class.
Top
Properties
  NameDescription
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 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 propertyOffset
Gets or sets the offset, when the token supports offset values.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also