Name | Description | |
---|---|---|
![]() | CatalogCollection Constructor |
The following tables list the members exposed by CatalogCollection.
Name | Description | |
---|---|---|
![]() | CatalogCollection Constructor |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<string>) |
![]() | Item | (Inherited from System.Collections.ObjectModel.Collection<string>) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<string>) |
![]() | BeginUpdate | Starts the collection update mode, thus preventing C1DataViewSet from re-fetching DataSet schema on each collection's change. The update mode must be finished by the EndUpdate method call after all necessary changes to the collection are completed. |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<string>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<string>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<string>) |
![]() | EndUpdate | Ends the collection update mode started by the BeginUpdate method and forces C1DataViewSet to re-fetch a DataSet schema from server. |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<string>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<string>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<string>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<string>) |