DataSaveSettings Class

Spotfire 14.3 API Reference
Container for data-related save settings. This class is set on the DataManager class and defines how the data should be stored when saving the document.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataDataSaveSettings

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(13, 0)]
public sealed class DataSaveSettings : ISerializable

The DataSaveSettings type exposes the following members.

Constructors

  NameDescription
Public methodDataSaveSettings(DataManager)
Initializes a new instance of the DataSaveSettings class.
Public methodDataSaveSettings(DataManager, DataSaveSettings)
Initializes a new instance of the DataSaveSettings class. Combines the default save settings for a Data Manager with an old (possibly outdated) set of settings. This is used create a new DataSaveSettings where all the obsolete settings has been removed but the valid settings are still there.
Top
Properties

  NameDescription
Public propertyConfigurePrompting
Gets or sets a value indicating whether prompting for settings should be performed for tables with linked data.
Public propertyDataTableSettings
Gets a mutable list of DataTableSaveSettings for the DataTables in the DataManager.
Public propertyEmbedAllSourceData
Gets or sets a value indicating whether all tables with source data shall be saved in embedded mode.
Public propertyKeepMarkingsTagsAndBookmarks
Gets or sets a value indicating whether markings, tags and bookmarks shall be kept for tables with linked data.
Top
Methods

  NameDescription
Public methodAreApplicable
Checks if the save settings are applicable to the tables in a given DataManager.
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 methodGetObjectData
Implements ISerializable.
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.)
Public methodTryGetDataTableSettings
Try and get the settings for a specified table.
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