Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IPersistableList<T> Interface

In This Topic
    IPersistableList<T> Interface Methods
    In This Topic

    For a list of all members of this type, see IPersistableList<T> members.

    Public Methods
     NameDescription
     Method (Inherited from System.Collections.Generic.ICollection<T>)
     Method (Inherited from System.Collections.Generic.ICollection<T>)
     Method (Inherited from System.Collections.Generic.ICollection<T>)
     Method (Inherited from System.Collections.Generic.ICollection<T>)
     Method Delete all objects of this collection.  
     Method Delete the object at given index  
     Method (Inherited from System.Collections.Generic.IEnumerable<T>)
     Method Gets the index of the object in this collection whose primary key matches the given value.  
     Method (Inherited from System.Collections.Generic.IList<T>)
     Method (Inherited from System.Collections.Generic.ICollection<T>)
     Method (Inherited from System.Collections.Generic.IList<T>)
     Method Save all objects of this collection to persistent storage.  
     Method Slices out a portion of a list.  
     MethodOverloaded.  Sorts an IList in place.  
    Top
    See Also