![]() |
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# |
![]() |
---|---|
public abstract class StorageHandler |
Visual Basic (Declaration) |
![]() |
---|---|
Public MustInherit Class StorageHandler |
The type exposes the following methods.
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.
|
See Also
Smartsite.Data Namespace