Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / IShipGatewayRepository Interface / LoadForClassId Method
class Id of the ship gateway implementation
In This Topic
    LoadForClassId Method (IShipGatewayRepository)
    In This Topic
    Loads a collection of ShipGateway objects for given class Id
    Syntax
    [DataObjectMethod(DataObjectMethodType.Select)]
    IList<ShipGateway> LoadForClassId( 
       string classId
    )

    Parameters

    classId
    class Id of the ship gateway implementation

    Return Value

    A collection of ShipGateway objects for given class Id
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also