ActivityLoadOptions Methods | 
The ActivityLoadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAllFixedFields | 
            Add alll possible fixed fields to the load options
              (Inherited from DataObjectLoadOptions.) | |
| 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.) | |
| AssignDisplayOptionsFromView | 
            Assigns particular load options from a view. It is used in placed where DataObjects
            are loaded based on a view for display to the user. The method is not merged with
            AssignFromView since DataObjects sometimes are loaded based on a view without the
            need for all the normal view attributes.
              (Inherited from DataObjectLoadOptions.) | |
| AssignFrom | 
            Initialize and object from another load options object
              (Inherited from DataObjectLoadOptionsBase.) | |
| AssignFromView | 
            Assigns all options based on the view definition. The parent attribute from the view 
            can be overridden with the parentId parameter.
              (Inherited from DataObjectLoadOptions.) | |
| getOverrideSecurity | 
            Returns true if security shall be overridden on the data load.
              (Inherited from DataObjectLoadOptions.) | |
| setOverrideSecurity | 
            Sets all securyty override flags (DataObjectSecurity, AccessModifier and Property)
              (Inherited from DataObjectLoadOptions.) | |
| SetPaging | 
            Sets the values of the
            MaxObjects and IndexFirst properties accordingly
            to load paginated data.
              (Inherited from DataObjectLoadOptions.) | |
| SetSearchString | 
            Sets the value of SearchString unless the provided value is empty and leaveIfEmpty=true.
              (Inherited from DataObjectLoadOptionsBase.) | |
| ValidateOptions | 
            Validates that the provided criteria does not collide.
            If so, an exception is thrown.
              (Overrides DataObjectLoadOptionsValidateOptions.) | 
| 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.) |