Name | Description | |
---|---|---|
C1DataCollectionBindingList Constructor | Overloaded. |
The following tables list the members exposed by C1DataCollectionBindingList.
Name | Description | |
---|---|---|
C1DataCollectionBindingList Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowEdit | Gets whether you can update items in the list. | |
AllowNew | Gets whether you can add items to the list using System.ComponentModel.IBindingList.AddNew. | |
AllowRemove | Gets whether you can remove items from the list, using System.Collections.IList.Remove(System.Object) or System.Collections.IList.RemoveAt(System.Int32). | |
Count | Gets the number of elements contained in the System.Collections.ICollection. | |
DataCollection | Gets or sets the underlying data collection. | |
Filter | ||
IsCommitting | Gets whether the changes are being committed to the underlying collection | |
IsFixedSize | Gets a value indicating whether the System.Collections.IList has a fixed size. | |
IsReadOnly | Gets a value indicating whether the System.Collections.IList is read-only. | |
IsSorted | ||
IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). | |
Item | Gets the System.Object at the specified index. | |
NotifiesReplaceAsReset | Gets whether the item changes(Replace) are notified as Reset. | |
SortDescriptions | ||
SortDirection | ||
SortProperty | ||
SupportsAdvancedSorting | ||
SupportsChangeNotification | Gets whether a System.ComponentModel.IBindingList.ListChanged event is raised when the list changes or an item in the list changes. | |
SupportsFiltering | ||
SupportsSearching | Gets whether the list supports searching using the System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) method. | |
SupportsSorting | ||
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. | |
UseNullSentinel | Gets a value indicating whether a sentinel item will be returned for those items that are null. |
Name | Description | |
---|---|---|
Add | Adds an item to the System.Collections.IList. | |
AddIndex | ||
AddNew | Adds a new item to the list. | |
ApplySort | Overloaded. | |
CancelNew | Discards a pending new item from the collection. | |
Clear | Removes all items from the System.Collections.IList. | |
Contains | Determines whether the System.Collections.IList contains a specific value. | |
CopyTo | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. | |
EndNew | Commits a pending new item to the collection. | |
Find | ||
FromFilterString | Parses a filter expression string and returns the corresponding C1.DataCollection.FilterExpression. | |
GetItemProperties | ||
GetListName | ||
IndexOf | Determines the index of a specific item in the System.Collections.IList. | |
Insert | Inserts an item to the System.Collections.IList at the specified index. | |
Remove | Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the System.Collections.IList item at the specified index. | |
RemoveFilter | ||
RemoveIndex | ||
RemoveSort |
Name | Description | |
---|---|---|
OnListChanged | Called to raise ListChanged event. |
Name | Description | |
---|---|---|
ListChanged | Occurs when the list changes or an item in the list changes. |