The C1BindingSource type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an existing item to the internal list.
Public methodAddNew
Adds a new item to the underlying list.
Public methodBeginEdit
Starts an edit operation on the specified object.
Public methodClear
Removes all elements from the list.
Public methodContains
Determines whether an object is an item in the list.
Public methodCopyTo
Copies the contents of the List to the specified array, starting at the specified index value.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDisposeOverloaded.
Public methodEndEdit
Applies pending changes to the underlying data source.
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodFindOverloaded.
Public methodFinishAddNew
Commits a pending new item to the collection.
Public methodGetEnumerator
Retrieves an enumerator for the List.
Public methodGetItemProperties
Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetListName
Gets the name of the list supplying data for the binding.
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodIndexOf
Searches for the specified object and returns the index of the first occurrence within the entire list.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodInsert
Inserts an item into the list at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnAddingNew
Protected methodOnDataMemberChanged
Protected methodOnDataSourceChanged
Protected methodOnListChanged
Public methodRemove
Removes the specified item from the list.
Public methodRemoveAt
Removes the item at the specified index in the list.
Public methodResetBindings
Causes a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values.
Public methodResetItem
Causes a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIBindingList..::..ApplySort

See Also