ValidValue Class

Represents a valid parameter value.
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 ValidValue

The ValidValue type exposes the following members.

Constructors
 NameDescription
Public methodValidValue Initializes a new instance of the ValidValue class.
Top
Properties
 NameDescription
Public propertyCaption Gets the caption for the current value.
Public propertyDescription Gets the description for the current value.
Public propertyValue Gets the discrete value.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also