ValidElementValue Class

Encapsulates a valid connector element parameter value. Such values are specific to the element data type.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
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
See Also