Click or drag to resize
ObjectHelper Methods

The ObjectHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddDependingObjectTypes
Adds depending object types to the list.
Public methodStatic memberBuildFullName
Builds the full name from the given names.
Public methodStatic memberExtractObjectsData
Extracts the object data from given DataSet.
Public methodStatic memberGetBinaryData
Gets DataSet with binary data of given files.
Public methodStatic memberGetBinaryDataSet
Gets empty DataSet for binary data.
Public methodStatic memberGetDependencyColumnName Obsolete.
Get column name of the first dependency.
Public methodStatic memberGetDependencyColumnNames
Get dependingObjectType dependencies: 1. parent ID column, 2. site ID column, 3. list of object dependencies where dependency object type is dependsOnObjectType object type.
Public methodStatic memberGetExcludedNamesWhereCondition
Generate where condition due to excluded names.
Public methodStatic memberGetExportSelectionColumns
Returns the list of columns needed for export selection.
Public methodStatic memberGetObjectFriendlyName
Returns translated name of object type.
Public methodStatic memberGetObjectIconPath(Page, String, String, Boolean, Boolean) Obsolete.
Gets the icon for the given object type.
Public methodStatic memberGetObjectIconPath(Page, String, String, Boolean, Boolean, String) Obsolete.
Gets the icon for the given object type.
Public methodStatic memberGetObjectIconUrl Obsolete.
Gets the icon for the given object type.
Public methodStatic memberGetObjectsData(GetObjectsDataSettings)
Gets the DataSet of the objects data and their child objects.
Public methodStatic memberGetObjectsData(OperationTypeEnum, BaseInfo, String, String, Boolean, Boolean, TranslationHelper, String)
Gets the DataSet of the objects data and their child objects.
Public methodStatic memberGetObjectsData(OperationTypeEnum, GeneralizedInfo, QueryDataParameters, String, String, Boolean, Boolean, TranslationHelper, String, Int32)
Gets the DataSet of the objects data and their child objects.
Public methodStatic memberGetObjectsDataSet
Returns empty objects DataSet based on the given object type.
Public methodStatic memberGetOtherBindingParentIdColumn
Gets the parent ID column for the given binding type info for the direction of other binding (indirect parent)
Public methodStatic memberGetParentIdColumn
Gets the parent ID column for the given child type in parent type
Public methodStatic memberGetSiteBindingObject
Gets the site binding object for specified info object.
Public methodStatic memberParseFullName
Parses the full name in format "something.whatewer.abc" so that "something.whatever" is considered the first part, and "abc" second part.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also