ValidValuesDescriptor Class

Encapsulates the valid values functionality for a setting. The valid values can be fixed or dynamic, or they could be defined as fields in a data structure.
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 abstract class ValidValuesDescriptor

The ValidValuesDescriptor type exposes the following members.

Constructors
  NameDescription
Protected methodValidValuesDescriptor(Parameter, ValidValuesSource)
Initializes a new instance of the ValidValuesDescriptor class.
Protected methodValidValuesDescriptor(Setting, ValidValuesSource)
Initializes a new instance of the ValidValuesDescriptor class.
Top
Methods
  NameDescription
Public methodIsValueValid
Determines whether the specified value is valid. The value is valid if found in the internal list of valid values.
Public methodListValues
Lists the values.
Top
See Also