PropertyCollectionSource Properties
Serves as the data source for the nested List Views that display collection properties.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 | Returns the value that indicates whether the Collection Source’s CollectionSourceBase.Collection can be filtered. |
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. |
DeclaredType | Returns the type in which the collection property represented by the current PropertyCollectionSource is declared. |
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. |
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. |
MasterObject | Provides access to the object, whose collection property is represented by the current PropertyCollectionSource. |
MasterObjectType | Returns the type of the object, whose collection property is represented by the current PropertyCollectionSource. |
MemberInfo | Provides access to the IMemberInfo object that contains metadata information on the collection property represented by the PropertyCollectionSource. |
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 PropertyCollectionSource‘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