DataSaveSettings Class TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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
Methods

  NameDescription
Public methodAreApplicable
Checks if the save settings are applicable to the tables in a given DataManager.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTryGetDataTableSettings
Try and get the settings for a specified table.
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
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference