IDataValueProducer Interface

Spotfire 14.2 API Reference

Note: This API is now obsolete.

Producer interface for data values, used with enumerators.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[ObsoleteAttribute("The IDataValueProducer interface is an obsolete precursor to the Cursor framework.")]
public interface IDataValueProducer

The IDataValueProducer type exposes the following members.

Methods

  NameDescription
Public methodNext Obsolete.
Produces the next instance. This may or may not be different from the previous instance, depending on the implementation.
Top
Remarks

This interface is used when iterating over a collection but one wants to reuse the same DataValue for each iteration.
Version Information

Supported in: 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
See Also

Reference