dotConnect for Magento Documentation
Devart.Data Namespace / DataLink Class

In This Topic
DataLink Class Methods
In This Topic

For a list of all members of this type, see DataLink members.

Public Methods
 NameDescription
Public MethodAdds an existing item to the internal list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodOverridden. Adds a new item to the underlying list.  
Public MethodCancels the current edit operation. (Inherited from System.Windows.Forms.BindingSource)
Public MethodRemoves all elements from the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodDetermines whether an object is an item in the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodCopies the contents of the System.Windows.Forms.BindingSource.List to the specified array, starting at the specified index value. (Inherited from System.Windows.Forms.BindingSource)
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public MethodApplies pending changes to the underlying data source. (Inherited from System.Windows.Forms.BindingSource)
Public MethodOverloaded. Returns the index of the item in the list with the specified property name and value.  
Public MethodRetrieves an enumerator for the System.Windows.Forms.BindingSource.List. (Inherited from System.Windows.Forms.BindingSource)
Public MethodRetrieves an array of System.ComponentModel.PropertyDescriptor objects representing the bindable properties of the data source list type. (Inherited from System.Windows.Forms.BindingSource)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGets the name of the list supplying data for the binding. (Inherited from System.Windows.Forms.BindingSource)
Public MethodGets the related currency manager for the specified data member. (Inherited from System.Windows.Forms.BindingSource)
Public MethodSearches for the specified object and returns the index of the first occurrence within the entire list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInserts an item into the list at the specified index. (Inherited from System.Windows.Forms.BindingSource)
Public MethodMoves to the first item in the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodMoves to the last item in the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodMoves to the next item in the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodMoves to the previous item in the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodRemoves the specified item from the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodRemoves the item at the specified index in the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodRemoves the current item from the list. (Inherited from System.Windows.Forms.BindingSource)
Public MethodRemoves the filter associated with the System.Windows.Forms.BindingSource. (Inherited from System.Windows.Forms.BindingSource)
Public MethodRemoves the sort associated with the System.Windows.Forms.BindingSource. (Inherited from System.Windows.Forms.BindingSource)
Public MethodReinitializes the System.Windows.Forms.BindingSource.AllowNew property. (Inherited from System.Windows.Forms.BindingSource)
Public MethodCauses a control bound to the System.Windows.Forms.BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from System.Windows.Forms.BindingSource)
Public MethodCauses a control bound to the System.Windows.Forms.BindingSource to reread the currently selected item and refresh its displayed value. (Inherited from System.Windows.Forms.BindingSource)
Public MethodCauses a control bound to the System.Windows.Forms.BindingSource to reread the item at the specified index, and refresh its displayed value. (Inherited from System.Windows.Forms.BindingSource)
Public MethodResumes data binding. (Inherited from System.Windows.Forms.BindingSource)
Public MethodSuspends data binding to prevent changes from updating the bound data source. (Inherited from System.Windows.Forms.BindingSource)
Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Top
See Also