DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1EditableDataCollection<T> Class
The type of the items in the collection.
Members

In This Topic
    C1EditableDataCollection<T> Class
    In This Topic
    Collection which allows performing changes locally until they are committed to the inner source.
    Object Model
    C1EditableDataCollection<T> Class
    Syntax
    Type Parameters
    T
    The type of the items in the collection.
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionBase<T>
          C1.DataCollection.C1WrapDataCollection<S,T>
             C1.DataCollection.C1WrapDataCollection<T>
                C1.DataCollection.C1EditableDataCollection<T>

    See Also