Initializes a new instance of the InteractionSegmentParameterValue class.
Namespace: ININ.IceLib.Reporting.Interactions.DetailsAssembly: ININ.IceLib.Reporting (in ININ.IceLib.Reporting.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
| C# |
|---|
public InteractionSegmentParameterValue( InteractionSegmentParameterType parameterType, string value, string displayValue ) |
| Visual Basic |
|---|
Public Sub New ( _ parameterType As InteractionSegmentParameterType, _ value As String, _ displayValue As String _ ) |
Parameters
- parameterType
- Type: ININ.IceLib.Reporting.Interactions.Details..::..InteractionSegmentParameterType
Type of the parameter.
- value
- Type: System..::..String
The value.
- displayValue
- Type: System..::..String
The display value.
Exceptions
| Exception | Condition |
|---|---|
| parameterType or value is nullNothingnullptra null reference (Nothing in Visual Basic). |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.