CollectionSourceBase Properties
An abstract class that serves as the base class for Collection Source classes.
Name | Description |
---|---|
Allow |
Returns the value that indicates whether it is possible to add objects to the Collection Source’s Collection |
Allow |
Returns the value that indicates whether it is possible to remove objects from the Collection Source’s Collection |
Can |
Returns the value that indicates whether the Collection Source’s Collection |
Can |
Specifies whether or not sorting options are applied from the application model. |
Collection |
Provides access to the Collection Source’s (see Collection |
Criteria |
Provides access to the Collection Source’s Criteria |
Data |
Gets the mode used to access the Collection |
Delete |
Gets or sets whether persistent objects are deleted from the data store when they are removed from the Collection |
Displayable |
Provides access to the semicolon-delimited list of the Collection |
Is |
|
Is |
Gets a value indicating whether or not the Collection |
Is |
|
Is |
For internal use. |
Is |
Indicates whether the Collection Source’s collection has been instantiated. |
Is |
For internal use. Use the Collection |
List | Returns a list of objects contained in the Collection Source’s Collection. |
Mode | Indicates the Collection Source’s mode of operation. |
Object |
Provides access to the Object Space used by the Collection Source to interact with the database. |
Object |
Provides metadata information on the type of the objects contained in the Collection Source’s Collection |
Sorting |
Specifies the Collection |
Top |
Specifies the number of objects that can be retrieved by the Collection Source’s Collection |
See Also