| GetObjectsDataSettings Class |
Namespace: CMS.DataEngine
public class GetObjectsDataSettings
The GetObjectsDataSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| GetObjectsDataSettings |
Constructor of the configuration class.
|
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| 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.) |
| Name | Description | |
|---|---|---|
| ExcludedNames |
List of names which are used to filter out objects having codename or display name that starts with one of these names.
| |
| IncludeBinaryData |
Indicates if binary data should be included into selection.
| |
| IncludeChildData |
Indicates if child object data should be included into selection.
| |
| InfoObject |
Main info object for which the data should be retrieved.
| |
| Operation |
Operation type.
| |
| OrderBy |
Order by.
| |
| QueryParameters |
Query parameters for the selection.
| |
| SiteId |
Site ID specifies that only site child objects and bindings are included into selection.
| |
| TranslationTable |
Translation table to initialize with data bindings.
| |
| Where |
Where condition.
|