Skip to main content
A newer version of this page is available. .

LookupEditPropertyCollectionSource Properties

The Collection Source used for the List Views created by Lookup Property Editors.
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. Inherited from PropertyCollectionSource.
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.
DataSourcePropertyIsNullCriteria
DataSourcePropertyIsNullMode
DeclaredType Returns the type in which the collection property represented by the current PropertyCollectionSource is declared. Inherited from PropertyCollectionSource.
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 Return the objects contained in the Collection Source’s CollectionSourceBase.Collection. Inherited from CollectionSourceBase.
LookupMode Specifies the kind of the List View that uses the LookupEditPropertyCollectionSource.
MasterObject Provides access to the object, whose collection property is represented by the current PropertyCollectionSource. Inherited from PropertyCollectionSource.
MasterObjectType Returns the type of the object, whose collection property is represented by the current PropertyCollectionSource. Inherited from PropertyCollectionSource.
MemberInfo Provides access to the IMemberInfo object that contains metadata information on the collection property represented by the PropertyCollectionSource. Inherited from 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. Inherited from PropertyCollectionSource.
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