NotPersistedAttribute Class TIBCO Spotfire 5.5 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: 11.15.5816.4413 (11.15.5816.4413)
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: 5.5, 5.0, 4.5, 4.0, 3.3
See Also