Name | Description | |
---|---|---|
DataLink Constructor | Creates a new instance of the DataLink class. |
The following tables list the members exposed by DataLink.
Name | Description | |
---|---|---|
DataLink Constructor | Creates a new instance of the DataLink class. |
Name | Description | |
---|---|---|
AllowEdit | Gets a value indicating whether items in the underlying list can be edited. (Inherited from System.Windows.Forms.BindingSource) | |
AllowNew | Gets or sets a value indicating whether the System.Windows.Forms.BindingSource.AddNew method can be used to add items to the list. (Inherited from System.Windows.Forms.BindingSource) | |
AllowRemove | Gets a value indicating whether items can be removed from the underlying list. (Inherited from System.Windows.Forms.BindingSource) | |
Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
Count | Gets the total number of items in the underlying list, taking the current System.Windows.Forms.BindingSource.Filter value into consideration. (Inherited from System.Windows.Forms.BindingSource) | |
CurrencyManager | Gets the currency manager associated with this System.Windows.Forms.BindingSource. (Inherited from System.Windows.Forms.BindingSource) | |
Current | Gets the current item in the list. (Inherited from System.Windows.Forms.BindingSource) | |
CurrentRow | Gets the current data row, which can be changed by user by changing position in the data grid or data controls. | |
DataMember | Gets or sets the specific data member in a multimember data source to bind to a data listing control. | |
DataSource | Gets or sets the source containing a list of values used to populate the items within the control. | |
Filter | Gets or sets the expression used to filter which rows are viewed. (Inherited from System.Windows.Forms.BindingSource) | |
IsBindingSuspended | Gets a value indicating whether the list binding is suspended. (Inherited from System.Windows.Forms.BindingSource) | |
IsFixedSize | Gets a value indicating whether the underlying list has a fixed size. (Inherited from System.Windows.Forms.BindingSource) | |
IsReadOnly | Gets a value indicating whether the underlying list is read-only. (Inherited from System.Windows.Forms.BindingSource) | |
IsSorted | Gets a value indicating whether the items in the underlying list are sorted. (Inherited from System.Windows.Forms.BindingSource) | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). (Inherited from System.Windows.Forms.BindingSource) | |
Item | Gets or sets the list element at the specified index. (Inherited from System.Windows.Forms.BindingSource) | |
List | Gets the list that the connector is bound to. | |
Owner | Gets or sets a form or other container that the DataLink instance belongs to. | |
Position | Gets or sets the index of the current item in the underlying list. | |
RaiseListChangedEvents | Gets or sets a value indicating whether System.Windows.Forms.BindingSource.ListChanged events should be raised. (Inherited from System.Windows.Forms.BindingSource) | |
SeparateEditing | Puts separate filters over the DataView object that was created. | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
Sort | Gets or sets the column names used for sorting, and the sort order for viewing the rows in the data source. (Inherited from System.Windows.Forms.BindingSource) | |
SupportsAdvancedSorting | Gets a value indicating whether the data source supports multi-column sorting. (Inherited from System.Windows.Forms.BindingSource) | |
SupportsChangeNotification | Gets a value indicating whether the data source supports change notification. (Inherited from System.Windows.Forms.BindingSource) | |
SupportsFiltering | Gets a value indicating whether the data source supports filtering. (Inherited from System.Windows.Forms.BindingSource) | |
SupportsSearching | Gets a value indicating whether the data source supports searching with the System.Windows.Forms.BindingSource.Find(System.ComponentModel.PropertyDescriptor,System.Object) method. (Inherited from System.Windows.Forms.BindingSource) | |
SupportsSorting | Gets a value indicating whether the data source supports sorting. (Inherited from System.Windows.Forms.BindingSource) | |
Synchronized | Gets or sets a value indicating whether to synchronize current position with other DataLink instances that reference the same data source. | |
SyncRoot | Gets an object that can be used to synchronize access to the underlying list. (Inherited from System.Windows.Forms.BindingSource) |
Name | Description | |
---|---|---|
Add | Adds an existing item to the internal list. (Inherited from System.Windows.Forms.BindingSource) | |
AddNew | Overridden. Adds a new item to the underlying list. | |
CancelEdit | Cancels the current edit operation. (Inherited from System.Windows.Forms.BindingSource) | |
Clear | Removes all elements from the list. (Inherited from System.Windows.Forms.BindingSource) | |
Contains | Determines whether an object is an item in the list. (Inherited from System.Windows.Forms.BindingSource) | |
CopyTo | Copies 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) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose() | Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
EndEdit | Applies pending changes to the underlying data source. (Inherited from System.Windows.Forms.BindingSource) | |
Find | Overloaded. Returns the index of the item in the list with the specified property name and value. | |
GetEnumerator | Retrieves an enumerator for the System.Windows.Forms.BindingSource.List. (Inherited from System.Windows.Forms.BindingSource) | |
GetItemProperties | Retrieves an array of System.ComponentModel.PropertyDescriptor objects representing the bindable properties of the data source list type. (Inherited from System.Windows.Forms.BindingSource) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetListName | Gets the name of the list supplying data for the binding. (Inherited from System.Windows.Forms.BindingSource) | |
GetRelatedCurrencyManager | Gets the related currency manager for the specified data member. (Inherited from System.Windows.Forms.BindingSource) | |
IndexOf | Searches for the specified object and returns the index of the first occurrence within the entire list. (Inherited from System.Windows.Forms.BindingSource) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Insert | Inserts an item into the list at the specified index. (Inherited from System.Windows.Forms.BindingSource) | |
MoveFirst | Moves to the first item in the list. (Inherited from System.Windows.Forms.BindingSource) | |
MoveLast | Moves to the last item in the list. (Inherited from System.Windows.Forms.BindingSource) | |
MoveNext | Moves to the next item in the list. (Inherited from System.Windows.Forms.BindingSource) | |
MovePrevious | Moves to the previous item in the list. (Inherited from System.Windows.Forms.BindingSource) | |
Remove | Removes the specified item from the list. (Inherited from System.Windows.Forms.BindingSource) | |
RemoveAt | Removes the item at the specified index in the list. (Inherited from System.Windows.Forms.BindingSource) | |
RemoveCurrent | Removes the current item from the list. (Inherited from System.Windows.Forms.BindingSource) | |
RemoveFilter | Removes the filter associated with the System.Windows.Forms.BindingSource. (Inherited from System.Windows.Forms.BindingSource) | |
RemoveSort | Removes the sort associated with the System.Windows.Forms.BindingSource. (Inherited from System.Windows.Forms.BindingSource) | |
ResetAllowNew | Reinitializes the System.Windows.Forms.BindingSource.AllowNew property. (Inherited from System.Windows.Forms.BindingSource) | |
ResetBindings | Causes 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) | |
ResetCurrentItem | Causes 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) | |
ResetItem | Causes 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) | |
ResumeBinding | Resumes data binding. (Inherited from System.Windows.Forms.BindingSource) | |
SuspendBinding | Suspends data binding to prevent changes from updating the bound data source. (Inherited from System.Windows.Forms.BindingSource) | |
ToString | Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
AddingNew | Occurs before an item is added to the underlying list. (Inherited from System.Windows.Forms.BindingSource) | |
BindingComplete | Occurs when all the clients have been bound to this System.Windows.Forms.BindingSource. (Inherited from System.Windows.Forms.BindingSource) | |
CurrentChanged | Occurs when the currently bound item changes. (Inherited from System.Windows.Forms.BindingSource) | |
CurrentItemChanged | Occurs when a property value of the System.Windows.Forms.BindingSource.Current property has changed. (Inherited from System.Windows.Forms.BindingSource) | |
DataError | Occurs when a currency-related exception is silently handled by the System.Windows.Forms.BindingSource. (Inherited from System.Windows.Forms.BindingSource) | |
DataMemberChanged | Occurs when the System.Windows.Forms.BindingSource.DataMember property value has changed. (Inherited from System.Windows.Forms.BindingSource) | |
DataSourceChanged | Occurs when the System.Windows.Forms.BindingSource.DataSource property value has changed. (Inherited from System.Windows.Forms.BindingSource) | |
Disposed | Occurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component) | |
ListChanged | Occurs when the underlying list changes or an item in the list changes. (Inherited from System.Windows.Forms.BindingSource) | |
PositionChanged | Occurs after the value of the System.Windows.Forms.BindingSource.Position property has changed. (Inherited from System.Windows.Forms.BindingSource) |