CollectionSource Properties
The Collection Source used for the List Views that display collections of business objects.| Name | Description |
|---|---|
| AllowAdd | Returns the value that indicates whether it is possible to add objects to the Collection Source’s CollectionSourceBase.Collection or not. Inherited from CollectionSourceBase. |
| AllowRemove | Returns the value that indicates whether it is possible to remove objects from the Collection Source’s CollectionSourceBase.Collection or not. Inherited from CollectionSourceBase. |
| CanApplyCriteria | |
| CanApplySorting | Specifies whether or not sorting options are applied from the application model. Inherited from CollectionSourceBase. |
| Collection | Provides access to the Collection Source’s (see CollectionSourceBase) collection of objects. Inherited from CollectionSourceBase. |
| Criteria | Provides access to the Collection Source’s CriteriaOperator dictionary that define the way in which the Collection Source’s CollectionSourceBase.Collection is filtered. Inherited from CollectionSourceBase. |
| DataAccessMode | Gets the mode used to access the CollectionSourceBase‘s collection. Inherited from CollectionSourceBase. |
| DeleteObjectOnRemove | Gets or sets whether persistent objects are deleted from the data store when they are removed from the CollectionSourceBase.Collection. Inherited from CollectionSourceBase. |
| DisplayableProperties | Provides access to the semicolon-delimited list of the CollectionSourceBase.Collection‘s Property Descriptors and/or expressions. Inherited from CollectionSourceBase. |
| IsAsyncServerMode | This property is intended for internal use. |
| IsCollectionReloading | Inherited from CollectionSourceBase. |
| IsCollectionResetting | Gets a value indicating whether or not the CollectionSourceBase.Collection is currently being reinitialized. Inherited from CollectionSourceBase. |
| IsCriteriaApplying | Inherited from CollectionSourceBase. |
| IsCriteriaLocked | For internal use. Inherited from CollectionSourceBase. |
| IsLoaded | Indicates whether the Collection Source’s collection has been instantiated. Inherited from CollectionSourceBase. |
| IsServerMode | For internal use. Use the CollectionSourceBase.DataAccessMode property instead. Inherited from CollectionSourceBase. |
| List | Returns a list of objects contained in the Collection Source’s Collection. Inherited from CollectionSourceBase. |
| Mode | Indicates the Collection Source’s mode of operation. Inherited from CollectionSourceBase. |
| ObjectSpace | Provides access to the Object Space used by the Collection Source to interact with the database. Inherited from CollectionSourceBase. |
| ObjectTypeInfo | Provides metadata information on the type of the objects contained in the CollectionSource‘s collection. |
| Sorting | Specifies the CollectionSourceBase.Collection‘s sort settings. Inherited from CollectionSourceBase. |
| TopReturnedObjects | Specifies the number of objects that can be retrieved by the Collection Source’s CollectionSourceBase.Collection from the database. Inherited from CollectionSourceBase. |
See Also