IDataObjectCountOptions Interface |
Namespace: Omada.OE.Model.Public
public interface IDataObjectCountOptions : IDataObjectLoadOptionsBase
The IDataObjectCountOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataObjectIds |
States a list of data object ids.
If specified only the stated data objects are loaded.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | DataObjectTypeIds |
States a list of data object type ids.
If specified only data objects of the stated types are loaded.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | DataObjectUIds |
States a list of data object uids.
If specified only the stated data objects are loaded.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | ExcludeDataObjectIds |
States a list of data object ids.
If specified the stated data objects are exluded from being loaded.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | FilterExpressions |
FilterExpressions enumerates the filter expressions added using AddFilterExpression(String, ExpInnerOperator, String, String) (Inherited from IDataObjectLoadOptionsBase.) |
![]() | MustBeReferredByDataObjectIds |
States a list of data object ids.
If specified only data objects, that are referred by one or more of the specified data objects, are loaded.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | MustHaveReferenceToDataObjectIds |
States a list of data object ids.
If specified only data objects, which have a reference (through a reference property)
to one or more of the specific data objects, will be loaded.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | OverrideSecurity |
States whether security should be overridden.
This includes the data object security model, acess modifers and the property security model.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | ParentIds |
States a list of parent data object ids.
If specified only data objects residing directly below these specific parent data objects are loaded.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | SearchString |
States a search string.
If specified only data objects matching the search string are loaded.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | SkipAllObjects |
Specifies whether all loading of data objects should be skipped.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() ![]() | SqlFilters |
States a list of sql filters.
Sql filters are added to the "where" clause of the query used for loading data objects.
Using sql filters requires knowledge of how the data object query is constructed
and should be used with great caution.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | TemplateStatus |
Specifies whether only instance objects, template objects or both must be loaded.
Only processes, activities and target data objects can be template objects.
(Inherited from IDataObjectLoadOptionsBase.) |
Name | Description | |
---|---|---|
![]() | AddFilterExpression(String, ExpInnerOperator, Boolean, String) |
Adds a filter expression to the load options for a value property with data type 'Boolean'.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | AddFilterExpression(String, ExpInnerOperator, IEnumerableInt32, String) |
Adds a filter expression to the load options for a set- of a reference-property.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | AddFilterExpression(String, ExpInnerOperator, DateTime, String) |
Adds a filter expression to the load options for a value property with data type 'DateTime'.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | AddFilterExpression(String, ExpInnerOperator, Int32, String) |
Adds a filter expression to the load options for a value property with data type 'Integer'.
(Inherited from IDataObjectLoadOptionsBase.) |
![]() | AddFilterExpression(String, ExpInnerOperator, String, String) |
Adds a filter expression to the load options for a value property with data type 'Text'.
(Inherited from IDataObjectLoadOptionsBase.) |