IDataObjectLoadOptionsBase Interface |
Namespace: Omada.OE.Model.Public
public interface IDataObjectLoadOptionsBase
The IDataObjectLoadOptionsBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataObjectIds |
States a list of data object ids.
If specified only the stated data objects are loaded.
|
![]() | DataObjectTypeIds |
States a list of data object type ids.
If specified only data objects of the stated types are loaded.
|
![]() | DataObjectUIds |
States a list of data object uids.
If specified only the stated data objects are loaded.
|
![]() | ExcludeDataObjectIds |
States a list of data object ids.
If specified the stated data objects are exluded from being loaded.
|
![]() | FilterExpressions |
FilterExpressions enumerates the filter expressions added using AddFilterExpression(String, ExpInnerOperator, String, String) |
![]() | 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.
|
![]() | 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.
|
![]() | OverrideSecurity |
States whether security should be overridden.
This includes the data object security model, acess modifers and the property security model.
|
![]() | ParentIds |
States a list of parent data object ids.
If specified only data objects residing directly below these specific parent data objects are loaded.
|
![]() | SearchString |
States a search string.
If specified only data objects matching the search string are loaded.
|
![]() | SkipAllObjects |
Specifies whether all loading of data objects should be skipped.
|
![]() ![]() | 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.
|
![]() | TemplateStatus |
Specifies whether only instance objects, template objects or both must be loaded.
Only processes, activities and target data objects can be template objects.
|
Name | Description | |
---|---|---|
![]() | AddFilterExpression(String, ExpInnerOperator, Boolean, String) |
Adds a filter expression to the load options for a value property with data type 'Boolean'.
|
![]() | AddFilterExpression(String, ExpInnerOperator, IEnumerableInt32, String) |
Adds a filter expression to the load options for a set- of a reference-property.
|
![]() | AddFilterExpression(String, ExpInnerOperator, DateTime, String) |
Adds a filter expression to the load options for a value property with data type 'DateTime'.
|
![]() | AddFilterExpression(String, ExpInnerOperator, Int32, String) |
Adds a filter expression to the load options for a value property with data type 'Integer'.
|
![]() | AddFilterExpression(String, ExpInnerOperator, String, String) |
Adds a filter expression to the load options for a value property with data type 'Text'.
|