Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / CollectionEmulator Class
Members
In This Topic
    CollectionEmulator Class
    In This Topic
    Emulates the methods available for collections of AbleCommerce entities from prior versions by extending IList.
    Syntax
    [Extension()]
    [NVelocityAccessible()]
    public static class CollectionEmulator 
    Remarks
    Collections of child objects on data entities are generally represented by a generic IList rather than a more specific type as in past versions of the CommerceBuilder API. These extensions bridge the gap between methods traditionally expected on child collections and the simplified generics approach.
    Inheritance Hierarchy

    System.Object
       CommerceBuilder.Common.CollectionEmulator

    See Also