This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ThesaurusStorage
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ThesaurusStorage

The type exposes the following members.

Public Constructors

  Name Description
Public method ThesaurusStorage

Public Methods

  Name Description
Public method CanHandleField
Returns true if this storage handler can handle the given field.
(Inherited from StorageHandler.)
Public method CreateSchema
Creates the schema
(Inherited from DatabaseStorage.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetRelationInfo
Creates a RelationInfo instance that belongs to the MetaField.
(Inherited from DatabaseStorage.)
Public method GetType (Inherited from Object.)
Public method Load
Load the data for the given MetaType
(Inherited from DatabaseStorage.)
Public method Save
Save the modified data of the given MetaField to its data source.
(Inherited from DatabaseStorage.)
Public method SetValue
Sets the value for the field in the dataset.
(Inherited from DatabaseStorage.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method GetMetaFieldDataCache
Tries to get the given data from the MetaField data cache.
(Inherited from StorageHandler.)
Protected method MarkFieldAsLoaded
Marks the given MetaField as loaded for the given MetaDataSet.
(Inherited from StorageHandler.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetMetaFieldDataCache
Sets the data with the given key in the MetaField data cache.
(Inherited from StorageHandler.)
Protected method TryGetMetaFieldDataCache
Tries to get the given data from the MetaField data cache.
(Inherited from StorageHandler.)

Protected Properties

  Name Description
Protected property Properties
Properties configurable in Data.config. Should only be accessed by the StorageHandlers class.
(Inherited from StorageHandler.)

See Also

Advanced