Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / CollectionEmulator Class
Methods


In This Topic
    CollectionEmulator Class Members
    In This Topic

    The following tables list the members exposed by CollectionEmulator.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Adds a range of items to the list.  
    Public Methodstatic (Shared in Visual Basic) Delete all objects of this collection.  
    Public Methodstatic (Shared in Visual Basic) Delete the object at given index  
    Public Methodstatic (Shared in Visual Basic) Find an object in this collection using the given predicate  
    Public Methodstatic (Shared in Visual Basic) Find all objects in this collection that match the given predicate  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Gets the index of the object in this collection whose primary key matches the given value.  
    Public Methodstatic (Shared in Visual Basic) Save all objects of this collection to persistent storage.  
    Public Methodstatic (Shared in Visual Basic) Slices out a portion of a list.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Sorts an IList in place.  
    Public Methodstatic (Shared in Visual Basic) Converts the IList values to a typed array  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also