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 abstract class StorageHandler
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class StorageHandler

The type exposes the following methods.

Public Methods

  Name Description
Public method CanHandleField
Returns true if this storage handler can handle the given field.
Public method CreateSchema
Creates the schema for the given MetaType
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetRelationInfo
Creates a RelationInfo instance that belongs to the MetaField.
Public method GetType (Inherited from Object.)
Public method Load
Loads the data for the given MetaType
Public method Save
Saves the data for the given MetaType
Public method SetValue
Sets the value of the given field in the dataset.
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.
Protected method MarkFieldAsLoaded
Marks the given MetaField as loaded for the given MetaDataSet.
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetMetaFieldDataCache
Sets the data with the given key in the MetaField data cache.
Protected method TryGetMetaFieldDataCache
Tries to get the given data from the MetaField data cache.

See Also

Advanced