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