PersistentDataView Class TIBCO Spotfire 6.0 API Reference
This is a wrapper class around a DataView which performs the code for serializing the DataView since a data view is not possible to persist.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Data PersistentDataView

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

[SerializableAttribute]
[PersistenceVersionAttribute(10, 10)]
public sealed class PersistentDataView : DocumentNode
Remarks

This is the only way to create a DataView and should be used even if the view does not need to be persisted. If a real persistence of the view is not needed then the persistent data view may be set to null after the DataView has been used.
See Also