PageableListSettings Class

Spotfire 14.3 API Reference
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.CollectionsPageableListSettings

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

C#
public sealed class PageableListSettings

The PageableListSettings type exposes the following members.

Constructors

  NameDescription
Public methodPageableListSettings
Constructs a PageableListSettings object with the default settings. The defalut value for CanReplaceValue is false which means that memory compression is enabled during creation of the list to reduce memory footprint.
Top
Properties

  NameDescription
Public propertyCanReplaceValue
Gets or sets a value indicating if the list shall allow random writing of values or not. If true random writing is allowed but this will be less memory efficient. If false random writing is not allowed and this will enable automatic compression of the underlying data storage.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference