The ObjectHelper type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ObjectHelper |
Methods
Name | Description | |
---|---|---|
AddDependingObjectTypes |
Adds depending object types to the list.
| |
BuildFullName |
Builds the full name from the given names
| |
Equals | (Inherited from Object.) | |
ExtractObjectsData |
Extracts the object data from given DataSet.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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.
| |
GetExportSelectionColumns |
Returns the list of columns needed for export selection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObjectFriendlyName |
Returns translated name of object type.
| |
GetObjectIconPath(Page, String, String, Boolean, Boolean) |
Gets the icon for the given object type.
| |
GetObjectIconPath(Page, String, String, Boolean, Boolean, String ) |
Gets the icon for the given object type.
| |
GetObjectIconUrl |
Gets the icon for the given object type.
| |
GetObjectsData(OperationTypeEnum, GeneralizedInfo, String, String, Boolean, Boolean, TranslationHelper) |
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.
| |
GetSiteBindingObject |
Gets the site binding object for specified info object.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ParseFullName |
Parses the full name in format something.whatewer.abc so that something.whatever is considered the first part, and abc second part
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
BINARY_DATA_DEFAULT |
Default binary data type.
| |
BINARY_DATA_PREVIEW |
Thumbnail data type.
| |
GROUP_ADMINISTRATION |
Administration object types - Group constant.
| |
GROUP_DEVELOPMENT |
Development object types - Group constant.
| |
GROUP_DOCUMENTS |
Document object type - Special constant.
| |
GROUP_ECOMMERCE |
E-commerce object types - Group constant.
| |
GROUP_FORUMS |
Forum object types - Group constant.
| |
GROUP_NEWSLETTER |
Polls object types - Group constant.
| |
GROUP_NOTIFICATION |
Notification object types - Group constant.
| |
GROUP_OBJECTS |
All objects object type - Group constant.
| |
GROUP_OTHER |
Other object types - Group constant.
| |
GROUP_PAGETEMPLATE |
Page template object types - Group constant.
| |
GROUP_POLLS |
Polls object types - Group constant.
| |
GROUP_REPORTING |
Reporting object types - Group constant.
| |
GROUP_SITE |
Site object types - Special constant.
| |
GROUP_TOOLS |
Site object types - Special constant.
| |
GROUP_UICULTURE |
UI culture object types - Group constant.
| |
GROUP_WEBPART |
Web part object types - Group constant.
|
Properties
Name | Description | |
---|---|---|
SkipMissingObjectTypes |
Indicates if missing object types can be skipped.
|
See Also