ObjectHelper Class |
Namespace: CMS.DataEngine
public class ObjectHelper : CoreMethods
The ObjectHelper type exposes the following members.
Name | Description | |
---|---|---|
ObjectHelper |
Name | Description | |
---|---|---|
BINARY_DATA_DEFAULT |
Default binary data type.
| |
BINARY_DATA_PREVIEW |
Thumbnail data type.
| |
GROUP_DOCUMENTS |
Document object type - Special constant.
| |
GROUP_OBJECTS |
All objects object type - Group constant.
| |
GROUP_SITE |
Site object types - Special constant.
|
Name | Description | |
---|---|---|
AddDependingObjectTypes |
Adds depending object types to the list.
| |
BuildFullName |
Builds the full name from the given names.
| |
ExtractObjectsData | Obsolete.
Extracts the object data from given DataSet.
| |
GetBinaryData |
Gets DataSet with binary data of given files.
| |
GetBinaryDataSet |
Gets empty DataSet for binary data.
| |
GetDependencyColumnNames |
Get dependingObjectType dependencies: 1. parent ID column, 2. site ID column, 3. list of object dependencies where dependency object type is dependsOnObjectType object type.
| |
GetExcludedNamesWhereCondition |
Generate where condition due to excluded names.
| |
GetExistingChildren |
Gets the existing children for the given object
| |
GetExportSelectionColumns |
Returns the list of columns needed for export selection.
| |
GetObjectFriendlyName |
Returns translated name of object type.
| |
GetObjectsData(GetObjectsDataSettings) |
Gets the DataSet of the objects data and their child objects.
| |
GetObjectsData(OperationTypeEnum, BaseInfo, String, String, Boolean, Boolean, TranslationHelper, String) |
Gets the DataSet of the objects data and their child objects.
| |
GetObjectsData(OperationTypeEnum, GeneralizedInfo, QueryDataParameters, String, String, Boolean, Boolean, TranslationHelper, String, Int32) |
Gets the DataSet of the objects data and their child objects.
| |
GetObjectsDataSet |
Returns empty objects DataSet based on the given object type.
| |
GetOtherBindingParentIdColumn |
Gets the parent ID column for the given binding type info for the direction of other binding (indirect parent)
| |
GetParentIdColumn |
Gets the parent ID column for the given child type in parent type
| |
GetSerializationTableName |
Gets the table name of specified info object used for serialized data.
| |
GetSiteBindingObject |
Gets the site binding object for specified info object.
| |
GetTable |
Gets the table of specified info object from the given DataSet using the serialization table name.
| |
ParseFullName |
Parses the full name in format "something.whatewer.abc" so that "something.whatever" is considered the first part, and "abc" second part.
|