ObjectTransformationDataProvider Class |
Namespace: CMS.UIControls
public class ObjectTransformationDataProvider
The ObjectTransformationDataProvider type exposes the following members.
Name | Description | |
---|---|---|
ObjectTransformationDataProvider |
Constructor
|
Name | Description | |
---|---|---|
Current |
Current object transformation data provider
| |
mDataHandlers |
Data handlers for the given object type
| |
mFoundObjects |
Found objects.
| |
mRequestedObjects |
List of requested objects
|
Name | Description | |
---|---|---|
DefaultDataHandler |
Handler function that provides the data to the dictionary
|
Name | Description | |
---|---|---|
GetData |
Gets the objects for the given object type from database
| |
GetInfosByIds |
Gets the objects for the given object type from database
| |
GetObject |
Gets the given object.
| |
GetSingleObject |
Gets a single object by object type and object ID
| |
RequireObject |
Marks the given object as required.
| |
SetDataHandlerForType |
Sets the default data handler for the given object type
| |
SetDefaultDataHandler |
Sets the default data handler for all object types
|