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


In This Topic
    PersistableList<T> Class Members
    In This Topic

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

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the count of the list  
    Public Property Gets a value indicating whether the list is fixed sized  
    Public Property Gets a value indicating whether the list is readonly  
    Public Property Gets a value indicating whether the list is synchronized  
    Public Property Gets or sets the item at the index  
    Public Property Gets the parent refernce  
    Public Property Gets the sync root  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Add new item  
    Public Method Clears the list  
    Public MethodOverloaded.  Optional operation. Does the collection contain the entity instance?  
    Public MethodOverloaded.  Copies the list to the array  
    Public Method  
    Public Method  
    Public Method Return an IEnumerable over the elements of this collection - the passed collection instance may or may not be a wrapper  
    Public Method Gets the enumerator  
    Public Method Gets a property value  
    Public MethodOverloaded.  ptional operation. Return the index of the entity in the collection.  
    Public MethodOverloaded.  inserts the item  
    Public MethodOverloaded.  Instantiate an empty instance of the "underlying" collection (not a wrapper)  
    Public Method Invokes a method  
    Public MethodOverloaded.  Removes the item from the list  
    Public Method Removes item at the given index  
    Public Method Replace the elements of a collection with the elements of another collection  
    Public Method  
    Public Method Sets a property value  
    Public Method  
    Public MethodOverloaded.   
    Public Method Wrap an instance of a collection  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also