Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CollectionSource Constructors

The Collection Source used for the List Views that display collections of business objects.
Name Parameters Description
CollectionSource(IObjectSpace, Type, CollectionSourceDataAccessMode, CollectionSourceMode) objectSpace, objectType, dataAccessMode, mode Initializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, CollectionSourceDataAccessMode) objectSpace, objectType, dataAccessMode Initializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, Boolean, CollectionSourceMode) objectSpace, objectType, isServerMode, mode Initializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type, Boolean) objectSpace, objectType, isServerMode Initializes a new instance of the CollectionSource.
CollectionSource(IObjectSpace, Type) objectSpace, objectType Creates and initializes an instance of the CollectionSource class with the specified parameters.
See Also