AuthRoleLoadOptions Class |
Namespace: Omada.OE.Model
public class AuthRoleLoadOptions : FilterBase, IEntityObjectsLoadOptions, IEntityDataLoadOptions
The AuthRoleLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthRoleLoadOptions |
Name | Description | |
---|---|---|
![]() | CacheOptions |
Contains options related to data caching.
|
![]() | EntityDataType | |
![]() | IdNegList |
Negative list of AuthRole ID's.
No AuthRoles with the provided ID's are loaded.
|
![]() | IdPosList |
Positive list of AuthRole ID's. Unless the list is empty,
only AuthRoles with the provided ID's are loaded.
|
![]() | ResultInfo | |
![]() | SearchString |
Free text search string
(Inherited from FilterBase.) |
![]() | SkipCheckForChanges |
If true we will return cached objects without checking if they are still current - that is, if they have been modified after they were cached.
This can be ok in certain situations where we want to save the cost of determining if the cached objects have been modified.
|
Name | Description | |
---|---|---|
![]() | BuildCacheKey | |
![]() | IsResultCachable |
Name | Description | |
---|---|---|
![]() | m_searchString |
Free text search string
(Inherited from FilterBase.) |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IEntityObjectsLoadOptionsHasNoCriteria |
Returns true if no load options (that is, filtering options) has been specified at all - meaning that all objects will be returned.
If any options has been specified that will make the result user-specific (e.g. if security rules are applied) then it must return false.
Note that it should not affect the result whether or not it is a full or partial representation of the objects that is being loaded.
|
![]() ![]() | IEntityObjectsLoadOptionsIdList |
Ids-to-be-loaded.
|
![]() ![]() | IEntityObjectsLoadOptionsResultCompletenessState |
Representation of whether all data on each object has been loaded.
If any options has been specified that excludes parts of the loaded data on each object then it must be reflected in the value.
Should contain a value like e.g. "FULL", "NOPROPERTIES".
|
![]() ![]() | IEntityObjectsLoadOptionsStoredInTableName |
Name of the DB table that the objects reside in.
The table must have an ID and ChangeTime columns.
|