NotPersistedAttribute Class TIBCO Spotfire 7.0 API Reference
Used to markup types that are not intended to be persisted when the document is saved to a file.
Inheritance Hierarchy

System Object
  System Attribute
    Spotfire.Dxp.Framework.Persistence NotPersistedAttribute

Namespace: Spotfire.Dxp.Framework.Persistence
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum, AllowMultiple = false, 
	Inherited = true)]
public sealed class NotPersistedAttribute : Attribute
Remarks

An attempt to save a document containing an object of a type that is marked with this attribute fails.
Version Information

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