ValidElementValue Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ValidElementValue(
	ParameterValue value,
	CompatibleDataTypes compatibleDataTypes,
	string caption,
	string description
)
Public Sub New ( 
	value As ParameterValue,
	compatibleDataTypes As CompatibleDataTypes,
	caption As String,
	description As String
)
public:
ValidElementValue(
	ParameterValue^ value, 
	CompatibleDataTypes compatibleDataTypes, 
	String^ caption, 
	String^ description
)
new : 
        value : ParameterValue * 
        compatibleDataTypes : CompatibleDataTypes * 
        caption : string * 
        description : string -> ValidElementValueParameters
- value
 - Type: Dundas.BI.Data.ParametersParameterValue
The valid value. - compatibleDataTypes
 - Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The data types the value is targeted for. - caption
 - Type: SystemString
The caption for the value. - description
 - Type: SystemString
The description for the value. 
Exceptions
See Also