DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class
Properties Methods Events


In This Topic
    C1DataCollectionBindingList Class Members
    In This Topic

    The following tables list the members exposed by C1DataCollectionBindingList.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether you can update items in the list.  
    Public PropertyGets whether you can add items to the list using System.ComponentModel.IBindingList.AddNew.  
    Public PropertyGets whether you can remove items from the list, using System.Collections.IList.Remove(System.Object) or System.Collections.IList.RemoveAt(System.Int32).  
    Public PropertyGets the number of elements contained in the System.Collections.ICollection.  
    Public PropertyGets or sets the underlying data collection.  
    Public Property  
    Public PropertyGets whether the changes are being committed to the underlying collection  
    Public PropertyGets a value indicating whether the System.Collections.IList has a fixed size.  
    Public PropertyGets a value indicating whether the System.Collections.IList is read-only.  
    Public Property  
    Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
    Public PropertyGets the System.Object at the specified index.  
    Public PropertyGets whether the item changes(Replace) are notified as Reset.  
    Public Property  
    Public Property  
    Public Property  
    Public Property  
    Public PropertyGets whether a System.ComponentModel.IBindingList.ListChanged event is raised when the list changes or an item in the list changes.  
    Public Property  
    Public PropertyGets whether the list supports searching using the System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) method.  
    Public Property  
    Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection.  
    Public PropertyGets a value indicating whether a sentinel item will be returned for those items that are null.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the System.Collections.IList.  
    Public Method  
    Public MethodAdds a new item to the list.  
    Public MethodOverloaded.   
    Public MethodDiscards a pending new item from the collection.  
    Public MethodRemoves all items from the System.Collections.IList.  
    Public MethodDetermines whether the System.Collections.IList contains a specific value.  
    Public MethodCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
    Public MethodCommits a pending new item to the collection.  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Parses a filter expression string and returns the corresponding C1.DataCollection.FilterExpression.  
    Public Method  
    Public Method  
    Public MethodDetermines the index of a specific item in the System.Collections.IList.  
    Public MethodInserts an item to the System.Collections.IList at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the System.Collections.IList.  
    Public MethodRemoves the System.Collections.IList item at the specified index.  
    Public Method  
    Public Method  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled to raise ListChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the list changes or an item in the list changes.  
    Top
    See Also