Initializes a new instance of the InteractionSegment class.

Namespace: ININ.IceLib.Reporting.Interactions.Details
Assembly: ININ.IceLib.Reporting (in ININ.IceLib.Reporting.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public InteractionSegment(
	Interaction interaction,
	InteractionSegmentType type,
	DateTime serverTime,
	IEnumerable<InteractionSegmentParameterValue> parameters
)
Visual Basic
Public Sub New ( _
	interaction As Interaction, _
	type As InteractionSegmentType, _
	serverTime As DateTime, _
	parameters As IEnumerable(Of InteractionSegmentParameterValue) _
)

Parameters

interaction
Type: ININ.IceLib.Reporting.Interactions.Details..::..Interaction
The interaction.
type
Type: ININ.IceLib.Reporting.Interactions.Details..::..InteractionSegmentType
The segment type.
serverTime
Type: System..::..DateTime
The server time.
parameters
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'InteractionSegmentParameterValue>)>)>
The parameters.

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.

See Also