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 Code |
---|---|
public abstract class StorageHandler |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class StorageHandler |
The type exposes the following members.
Protected Constructors
Name | Description | |
---|---|---|
StorageHandler |
Public Methods
Name | Description | |
---|---|---|
CanHandleField |
Returns true if this storage handler can handle the given field.
|
|
CreateSchema |
Creates the schema for the given MetaType
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetRelationInfo |
Creates a RelationInfo instance that belongs to the MetaField.
|
|
GetType | (Inherited from Object.) | |
Load |
Loads the data for the given MetaType
|
|
Save |
Saves the data for the given MetaType
|
|
SetValue |
Sets the value of the given field in the dataset.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
GetMetaFieldDataCache |
Tries to get the given data from the MetaField data cache.
|
|
MarkFieldAsLoaded |
Marks the given MetaField as loaded for the given MetaDataSet.
|
|
MemberwiseClone | (Inherited from Object.) | |
SetMetaFieldDataCache |
Sets the data with the given key in the MetaField data cache.
|
|
TryGetMetaFieldDataCache |
Tries to get the given data from the MetaField data cache.
|
Protected Properties
Name | Description | |
---|---|---|
Properties |
Properties configurable in Data.config. Should only be accessed by the StorageHandlers class.
|
See Also
Smartsite.Data Namespace