The C1BindingSource type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1BindingSource | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an existing item to the internal list.
| |
| AddNew |
Adds a new item to the underlying list.
| |
| BeginEdit |
Starts an edit operation on the specified object.
| |
| Clear |
Removes all elements from the list.
| |
| Contains |
Determines whether an object is an item in the list.
| |
| CopyTo |
Copies the contents of the List to the specified array,
starting at the specified index value.
| |
| CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| Dispose | Overloaded. | |
| EndEdit |
Applies pending changes to the underlying data source.
| |
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) | |
| Find | Overloaded. | |
| FinishAddNew |
Commits a pending new item to the collection.
| |
| GetEnumerator |
Retrieves an enumerator for the List.
| |
| GetItemProperties |
Retrieves an array of PropertyDescriptor objects representing
the bindable properties of the data source list type.
| |
| GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetListName |
Gets the name of the list supplying data for the binding.
| |
| GetService | (Inherited from Component.) | |
| IndexOf |
Searches for the specified object and returns the index of the first
occurrence within the entire list.
| |
| InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| Insert |
Inserts an item into the list at the specified index.
| |
| MemberwiseClone |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) | |
| OnAddingNew | ||
| OnDataMemberChanged | ||
| OnDataSourceChanged | ||
| OnListChanged | ||
| Remove |
Removes the specified item from the list.
| |
| RemoveAt |
Removes the item at the specified index in the list.
| |
| ResetBindings |
Causes a control bound to the C1BindingSource to reread
all the items in the list and refresh their displayed values.
| |
| ResetItem |
Causes a control bound to the C1BindingSource to re-read
the item at the specified index, and refresh its displayed value.
| |
| ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |
Properties
| Name | Description | |
|---|---|---|
| AllowEdit |
Gets a value indicating whether items in the underlying list can be edited.
| |
| AllowNew |
Gets or sets a value indicating whether the AddNew()()()() method
can be used to add items to the list.
| |
| AllowRemove |
Gets a value indicating whether items can be removed from the underlying list.
| |
| CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) | |
| Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) | |
| Count |
Gets the total number of items in the underlying list.
| |
| DataMember |
Gets or sets the specific list in the data source to which
the connector currently binds to.
| |
| DataSource |
Gets or sets the data source that the connector binds to.
| |
| DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) | |
| Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) | |
| IsFixedSize |
Gets a value indicating whether the underlying list has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the underlying list is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread safe).
| |
| Item |
Gets or sets the list element at the specified index.
| |
| List |
Gets the list that the connector is bound to.
| |
| Site | (Inherited from Component.) | |
| SupportsChangeNotification |
Gets a value indicating whether the data source supports change notification.
| |
| SupportsSearching |
Gets a value indicating whether the data source supports searching with
the Find method.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the underlying list.
|
Events
| Name | Description | |
|---|---|---|
| AddingNew |
Occurs before an item is added to the underlying list.
| |
| DataMemberChanged |
Occurs when the DataMember property value has changed.
| |
| DataSourceChanged |
Occurs when the DataSource property value has changed.
| |
| Disposed |
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.) | |
| ListChanged |
Occurs when the underlying list changes or an item in the list changes.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IBindingList..::..ApplySort |