The Spotfire.Dxp.Framework.Library namespace contains exceptions thrown when saving to and loading from the library.
Classes
Class | Description | |
---|---|---|
LibraryException |
Exceptions thrown for errors encountered at Library service
communications.
|
|
LibraryItem |
Represents an item in the library.
|
|
LibraryItemCollection |
Represents a collection of items.
|
|
LibraryItemMetadataSettings |
Specifies how the metadata of a library item shall be changed.
|
|
LibraryItemProperty |
Represents a property of a library item.
|
|
LibraryItemPropertyCollection |
Holds a collection of library item properties.
|
|
LibraryItemRetrievalOption |
Describes a metadata kind that shall be retrieved from the library when it is queried.
|
|
LibraryItemSignature |
Identifies an item in the library. Provides access to the subset of the
metadata associated with the item that can be used to find the item in the
library.
|
|
LibraryItemType |
Represent the type of a library item.
|
|
LibraryLinks |
Declares methods for retrieving links of different types
for a library item.
If the resulting link should contain the path to the library item
use Uri.AbsoluteUri on the resulting uri for a correct string representation for http or https
related links in order to comply with different browsers and systems and Uri.ToString() for TIBCO Spotfire uri.
See RFC 3986 and related discussions.
|
|
LibraryLinksOption |
Options that are used to specified the format for links to library items.
|
|
LibraryManager |
Provides access to the TIBCO Spotfire library.
An instance of this class is available as a service on the user level.
|
Enumerations
Enumeration | Description | |
---|---|---|
LibraryExceptionFaultCode |
Fault codes for LibraryExceptions.
|