ValidValuesInherited Class

Class that encapsulates a set of values that are inherited from the parent parameter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.ParametersValidValuesDescriptor
    Dundas.BI.Data.ParametersValidValuesInherited

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

The ValidValuesInherited type exposes the following members.

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