ValidElementValue Class

Encapsulates a valid connector element parameter value. Such values are specific to the element data type.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.ParametersValidValue
    Dundas.BI.Data.ParametersValidElementValue

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ValidElementValue : ValidValue

The ValidElementValue type exposes the following members.

Constructors
 NameDescription
Public methodValidElementValue Initializes a new instance of the ValidElementValue class.
Top
Properties
 NameDescription
Public propertyApplicableDatabaseTypes Gets the compatible data types.
Public propertyCaption Gets the caption for the current value.
(Inherited from ValidValue)
Public propertyDescription Gets the description for the current value.
(Inherited from ValidValue)
Public propertyValue Gets the discrete value.
(Inherited from ValidValue)
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ValidValueToString)
Top
See Also