ValidValuesList Class

Represents a fixed list of valid values for a given parameter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.ParametersValidValuesDescriptor
    Dundas.BI.Data.ParametersValidValuesList

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 ValidValuesList : ValidValuesDescriptor

The ValidValuesList type exposes the following members.

Properties
 NameDescription
Public propertyValidValues Gets the valid values.
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.
(Overrides ValidValuesDescriptorIsValueValid(ParameterValue))
Public methodListValues Lists the values.
(Overrides ValidValuesDescriptorListValues)
Top
See Also