NotPersistedAttribute Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also