| UserCountLoadOptions Methods |
The UserCountLoadOptions type exposes the following members.
Methods
| Name | Description |
---|
 | AddFilterExpression(UnresolvedFilterExpression) |
Add filter expression object to the collection
(Inherited from DataObjectLoadOptionsBase.) |
 | AddFilterExpression(String, ExpInnerOperator, Boolean, String) | (Inherited from DataObjectLoadOptionsBase.) |
 | AddFilterExpression(String, ExpInnerOperator, IEnumerableGuid, String) | (Inherited from DataObjectLoadOptionsBase.) |
 | AddFilterExpression(String, ExpInnerOperator, IEnumerableInt32, String) | (Inherited from DataObjectLoadOptionsBase.) |
 | AddFilterExpression(String, ExpInnerOperator, DateTime, String) | (Inherited from DataObjectLoadOptionsBase.) |
 | AddFilterExpression(String, ExpInnerOperator, Int32, String) | (Inherited from DataObjectLoadOptionsBase.) |
 | AddFilterExpression(String, ExpInnerOperator, String, String) | (Inherited from DataObjectLoadOptionsBase.) |
 | AssignFrom |
Initialize and object from another load options object
(Inherited from DataObjectLoadOptionsBase.) |
 | AssignFromView | (Inherited from DataObjectLoadOptionsBase.) |
 | getOverrideSecurity |
Returns true if both DataObjectSecurity and AccessModifier security overridden.
(Inherited from DataObjectLoadOptionsBase.) |
 | setOverrideSecurity |
Sets override on both DataObjectSecurity and AccessModifier security
(Inherited from DataObjectLoadOptionsBase.) |
 | SetSearchString |
Sets the value of SearchString unless the provided value is empty and leaveIfEmpty=true.
(Inherited from DataObjectLoadOptionsBase.) |
 | ValidateOptions |
Validates that the supplied attributes are not mutual exclusive.
An exception can be raised. In particular cases the attributes
are corrected.
(Inherited from DataObjectLoadOptionsBase.) |
Top
Extension Methods
See Also