EmbeddedResource Class TIBCO Spotfire 7.6 API Reference
Represents an resource that is embedded in the DXP file.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.PersistenceEmbeddedResource

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class EmbeddedResource : ISerializable

The EmbeddedResource type exposes the following members.

Constructors

  NameDescription
Public methodEmbeddedResource
Initializes a new instance of the EmbeddedResource class.
Public methodEmbeddedResource(String)
Initializes a new instance of the EmbeddedResource class.
Public methodEmbeddedResource(String, String)
Initializes a new instance of the EmbeddedResource class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
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 methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
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 methodOpenRead
Opens a stream from this EmbeddedResource for reading.
Public methodOpenWrite
Opens a stream to this EmbeddedResource for writing.
Public methodSetUniqueIdentifier
Sets the unique identifier of this instance. Used to determine equality between instances. If two EmbeddedResource objects are serialized with the same unique identifier, only the contents from one of them will be written to the dxp archive.
Top
Properties

  NameDescription
Public propertyName
Gets the name.
Top
Remarks

Use and serialize an instance of this object to store data in the DXP file when the analysis is saved.
Version Information

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

Reference