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

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

    The following tables list the members exposed by IPersistableList<T>.

    Public Properties
    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